pydoc > _curses_panel

📛 NAME

_curses_panel — Python interface to the curses panel library.

🚀 Quick Reference

Use Case Command Description
Create a panel new_panel(win) Associate a curses window with a new panel and return the panel object.
Get top/bottom panel top_panel() / bottom_panel() Return the panel at the top or bottom of the stack.
Move panel panel.move(y, x) Move the panel to screen coordinates (y, x).
Show/hide panel panel.show() / panel.hide() Display or hide the panel on the screen.
Stack manipulation panel.top() / panel.bottom() Push panel to the top or bottom of the stack.
Get adjacent panel panel.above() / panel.below() Return the panel above or below the current panel.
Replace window panel.replace(win) Change the associated window of the panel.
Set/get user pointer panel.set_userptr(obj) / panel.userptr() Attach/retrieve arbitrary data to the panel.
Check visibility panel.hidden() Return True if the panel is hidden (not visible).
Update virtual screen update_panels() Synchronize the virtual screen with panel stack changes; call curses.doupdate() afterward.

📚 Module Reference

https://docs.python.org/3.10/library/_curses_panel.html

The following documentation is automatically generated from the Python source files. It may be incomplete, incorrect or include features that are considered implementation detail and may vary between Python implementations. When in doubt, consult the module reference at the location listed above.

📦 Classes

🔴 error

Inherits from builtins.Exception.

Method resolution order:
errorbuiltins.Exceptionbuiltins.BaseExceptionbuiltins.object

Data descriptors defined here:

Methods inherited from builtins.Exception:

Static methods inherited from builtins.Exception:

Methods inherited from builtins.BaseException:

Data descriptors inherited from builtins.BaseException:

🖼️ panel

Inherits from builtins.object.

Methods defined here:

🔧 Functions

📊 Data

version = '2.1'

📄 Version

2.1

📁 File

/usr/lib/python3.10/lib-dynload/_curses_panel.cpython-310-x86_64-linux-gnu.so

_curses_panel
📛 NAME 🚀 Quick Reference 📚 Module Reference 📦 Classes
🔴 error 🖼️ panel
🔧 Functions 📊 Data 📄 Version 📁 File

Generated by phpman v4.9.27 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-19 18:03 @216.73.216.114
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format

^_top_^