{
    "mode": "pydoc",
    "parameter": "_curses_panel",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/pydoc/_curses_panel/json",
    "generated": "2026-06-02T16:00:00Z",
    "sections": {
        "NAME": {
            "content": "cursespanel\n",
            "subsections": []
        },
        "MODULE REFERENCE": {
            "content": "https://docs.python.org/3.10/library/cursespanel.html\n\nThe following documentation is automatically generated from the Python\nsource files.  It may be incomplete, incorrect or include features that\nare considered implementation detail and may vary between Python\nimplementations.  When in doubt, consult the module reference at the\nlocation listed above.\n",
            "subsections": []
        },
        "CLASSES": {
            "content": "builtins.Exception(builtins.BaseException)\nerror\nbuiltins.object\npanel\n",
            "subsections": [
                {
                    "name": "class error",
                    "content": "|  Method resolution order:\n|      error\n|      builtins.Exception\n|      builtins.BaseException\n|      builtins.object\n|\n|  Data descriptors defined here:\n|\n|  weakref\n|      list of weak references to the object (if defined)\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from builtins.Exception:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from builtins.Exception:\n|\n|  new(*args, kwargs) from builtins.type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from builtins.BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  setattr(self, name, value, /)\n|      Implement setattr(self, name, value).\n|\n|  setstate(...)\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from builtins.BaseException:\n|\n|  cause\n|      exception cause\n|\n|  context\n|      exception context\n|\n|  dict\n|\n|  suppresscontext\n|\n|  traceback\n|\n|  args\n"
                },
                {
                    "name": "class panel",
                    "content": "|  Methods defined here:\n|\n|  above(self, /)\n|      Return the panel above the current panel.\n|\n|  below(self, /)\n|      Return the panel below the current panel.\n|\n|  bottom(self, /)\n|      Push the panel to the bottom of the stack.\n|\n|  hidden(self, /)\n|      Return True if the panel is hidden (not visible), False otherwise.\n|\n|  hide(self, /)\n|      Hide the panel.\n|\n|      This does not delete the object, it just makes the window on screen invisible.\n|\n|  move(self, y, x, /)\n|      Move the panel to the screen coordinates (y, x).\n|\n|  replace(self, win, /)\n|      Change the window associated with the panel to the window win.\n|\n|  setuserptr(self, obj, /)\n|      Set the panel's user pointer to obj.\n|\n|  show(self, /)\n|      Display the panel (which might have been hidden).\n|\n|  top(self, /)\n|      Push panel to the top of the stack.\n|\n|  userptr(self, /)\n|      Return the user pointer for the panel.\n|\n|  window(self, /)\n|      Return the window object associated with the panel.\n"
                }
            ]
        },
        "FUNCTIONS": {
            "content": "",
            "subsections": [
                {
                    "name": "bottom_panel",
                    "content": "Return the bottom panel in the panel stack.\n"
                },
                {
                    "name": "new_panel",
                    "content": "Return a panel object, associating it with the given window win.\n"
                },
                {
                    "name": "top_panel",
                    "content": "Return the top panel in the panel stack.\n"
                },
                {
                    "name": "update_panels",
                    "content": "Updates the virtual screen after changes in the panel stack.\n\nThis does not call curses.doupdate(), so you'll have to do this yourself.\n"
                }
            ]
        },
        "DATA": {
            "content": "version = '2.1'\n",
            "subsections": []
        },
        "VERSION": {
            "content": "2.1\n",
            "subsections": []
        },
        "FILE": {
            "content": "/usr/lib/python3.10/lib-dynload/cursespanel.cpython-310-x8664-linux-gnu.so\n\n",
            "subsections": []
        }
    },
    "summary": "cursespanel",
    "flags": [],
    "examples": [],
    "see_also": []
}