{
    "mode": "pydoc",
    "parameter": "builtins",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/pydoc/builtins/json",
    "generated": "2026-06-02T15:10:06Z",
    "sections": {
        "NAME": {
            "content": "builtins - Built-in functions, exceptions, and other objects.\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Noteworthy: None is the `nil' object; Ellipsis represents `...' in slices.\n",
            "subsections": []
        },
        "CLASSES": {
            "content": "object\nBaseException\nException\nArithmeticError\nFloatingPointError\nOverflowError\nZeroDivisionError\nAssertionError\nAttributeError\nBufferError\nEOFError\nImportError\nModuleNotFoundError\nLookupError\nIndexError\nKeyError\nMemoryError\nNameError\nUnboundLocalError\nOSError\nBlockingIOError\nChildProcessError\nConnectionError\nBrokenPipeError\nConnectionAbortedError\nConnectionRefusedError\nConnectionResetError\nFileExistsError\nFileNotFoundError\nInterruptedError\nIsADirectoryError\nNotADirectoryError\nPermissionError\nProcessLookupError\nTimeoutError\nReferenceError\nRuntimeError\nNotImplementedError\nRecursionError\nStopAsyncIteration\nStopIteration\nSyntaxError\nIndentationError\nTabError\nSystemError\nTypeError\nValueError\nUnicodeError\nUnicodeDecodeError\nUnicodeEncodeError\nUnicodeTranslateError\nWarning\nBytesWarning\nDeprecationWarning\nEncodingWarning\nFutureWarning\nImportWarning\nPendingDeprecationWarning\nResourceWarning\nRuntimeWarning\nSyntaxWarning\nUnicodeWarning\nUserWarning\nGeneratorExit\nKeyboardInterrupt\nSystemExit\nbytearray\nbytes\nclassmethod\ncomplex\ndict\nenumerate\nfilter\nfloat\nfrozenset\nint\nbool\nlist\nmap\nmemoryview\nproperty\nrange\nreversed\nset\nslice\nstaticmethod\nstr\nsuper\ntuple\ntype\nzip\n",
            "subsections": [
                {
                    "name": "class ArithmeticError",
                    "content": "|  Base class for arithmetic errors.\n|\n|  Method resolution order:\n|      ArithmeticError\n|      Exception\n|      BaseException\n|      object\n|\n|  Built-in subclasses:\n|      FloatingPointError\n|      OverflowError\n|      ZeroDivisionError\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 AssertionError",
                    "content": "|  Assertion failed.\n|\n|  Method resolution order:\n|      AssertionError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 AttributeError",
                    "content": "|  Attribute not found.\n|\n|  Method resolution order:\n|      AttributeError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  name\n|      attribute name\n|\n|  obj\n|      object\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from Exception:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 BaseException",
                    "content": "|  Common base class for all exceptions\n|\n|  Built-in subclasses:\n|      Exception\n|      GeneratorExit\n|      KeyboardInterrupt\n|      SystemExit\n|\n|  Methods defined here:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\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|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\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 BlockingIOError",
                    "content": "|  I/O operation would block.\n|\n|  Method resolution order:\n|      BlockingIOError\n|      OSError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from OSError:\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from OSError:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from OSError:\n|\n|  characterswritten\n|\n|  errno\n|      POSIX exception code\n|\n|  filename\n|      exception filename\n|\n|  filename2\n|      second exception filename\n|\n|  strerror\n|      exception strerror\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 BrokenPipeError",
                    "content": "|  Broken pipe.\n|\n|  Method resolution order:\n|      BrokenPipeError\n|      ConnectionError\n|      OSError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from OSError:\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from OSError:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from OSError:\n|\n|  characterswritten\n|\n|  errno\n|      POSIX exception code\n|\n|  filename\n|      exception filename\n|\n|  filename2\n|      second exception filename\n|\n|  strerror\n|      exception strerror\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 BufferError",
                    "content": "|  Buffer error.\n|\n|  Method resolution order:\n|      BufferError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 BytesWarning",
                    "content": "|  Base class for warnings about bytes and buffer related problems, mostly\n|  related to conversion from str or comparing to str.\n|\n|  Method resolution order:\n|      BytesWarning\n|      Warning\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 ChildProcessError",
                    "content": "|  Child process error.\n|\n|  Method resolution order:\n|      ChildProcessError\n|      OSError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from OSError:\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from OSError:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from OSError:\n|\n|  characterswritten\n|\n|  errno\n|      POSIX exception code\n|\n|  filename\n|      exception filename\n|\n|  filename2\n|      second exception filename\n|\n|  strerror\n|      exception strerror\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 ConnectionAbortedError",
                    "content": "|  Connection aborted.\n|\n|  Method resolution order:\n|      ConnectionAbortedError\n|      ConnectionError\n|      OSError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from OSError:\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from OSError:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from OSError:\n|\n|  characterswritten\n|\n|  errno\n|      POSIX exception code\n|\n|  filename\n|      exception filename\n|\n|  filename2\n|      second exception filename\n|\n|  strerror\n|      exception strerror\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 ConnectionError",
                    "content": "|  Connection error.\n|\n|  Method resolution order:\n|      ConnectionError\n|      OSError\n|      Exception\n|      BaseException\n|      object\n|\n|  Built-in subclasses:\n|      BrokenPipeError\n|      ConnectionAbortedError\n|      ConnectionRefusedError\n|      ConnectionResetError\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from OSError:\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from OSError:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from OSError:\n|\n|  characterswritten\n|\n|  errno\n|      POSIX exception code\n|\n|  filename\n|      exception filename\n|\n|  filename2\n|      second exception filename\n|\n|  strerror\n|      exception strerror\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 ConnectionRefusedError",
                    "content": "|  Connection refused.\n|\n|  Method resolution order:\n|      ConnectionRefusedError\n|      ConnectionError\n|      OSError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from OSError:\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from OSError:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from OSError:\n|\n|  characterswritten\n|\n|  errno\n|      POSIX exception code\n|\n|  filename\n|      exception filename\n|\n|  filename2\n|      second exception filename\n|\n|  strerror\n|      exception strerror\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 ConnectionResetError",
                    "content": "|  Connection reset.\n|\n|  Method resolution order:\n|      ConnectionResetError\n|      ConnectionError\n|      OSError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from OSError:\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from OSError:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from OSError:\n|\n|  characterswritten\n|\n|  errno\n|      POSIX exception code\n|\n|  filename\n|      exception filename\n|\n|  filename2\n|      second exception filename\n|\n|  strerror\n|      exception strerror\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 DeprecationWarning",
                    "content": "|  Base class for warnings about deprecated features.\n|\n|  Method resolution order:\n|      DeprecationWarning\n|      Warning\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 EOFError",
                    "content": "|  Read beyond end of file.\n|\n|  Method resolution order:\n|      EOFError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 EncodingWarning",
                    "content": "|  Base class for warnings about encodings.\n|\n|  Method resolution order:\n|      EncodingWarning\n|      Warning\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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\nEnvironmentError = class OSError(Exception)\n|  Base class for I/O related errors.\n|\n|  Method resolution order:\n|      OSError\n|      Exception\n|      BaseException\n|      object\n|\n|  Built-in subclasses:\n|      BlockingIOError\n|      ChildProcessError\n|      ConnectionError\n|      FileExistsError\n|      ... and 7 other subclasses\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  characterswritten\n|\n|  errno\n|      POSIX exception code\n|\n|  filename\n|      exception filename\n|\n|  filename2\n|      second exception filename\n|\n|  strerror\n|      exception strerror\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 Exception",
                    "content": "|  Common base class for all non-exit exceptions.\n|\n|  Method resolution order:\n|      Exception\n|      BaseException\n|      object\n|\n|  Built-in subclasses:\n|      ArithmeticError\n|      AssertionError\n|      AttributeError\n|      BufferError\n|      ... and 15 other subclasses\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 FileExistsError",
                    "content": "|  File already exists.\n|\n|  Method resolution order:\n|      FileExistsError\n|      OSError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from OSError:\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from OSError:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from OSError:\n|\n|  characterswritten\n|\n|  errno\n|      POSIX exception code\n|\n|  filename\n|      exception filename\n|\n|  filename2\n|      second exception filename\n|\n|  strerror\n|      exception strerror\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 FileNotFoundError",
                    "content": "|  File not found.\n|\n|  Method resolution order:\n|      FileNotFoundError\n|      OSError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from OSError:\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from OSError:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from OSError:\n|\n|  characterswritten\n|\n|  errno\n|      POSIX exception code\n|\n|  filename\n|      exception filename\n|\n|  filename2\n|      second exception filename\n|\n|  strerror\n|      exception strerror\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 FloatingPointError",
                    "content": "|  Floating point operation failed.\n|\n|  Method resolution order:\n|      FloatingPointError\n|      ArithmeticError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 FutureWarning",
                    "content": "|  Base class for warnings about constructs that will change semantically\n|  in the future.\n|\n|  Method resolution order:\n|      FutureWarning\n|      Warning\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 GeneratorExit",
                    "content": "|  Request that a generator exit.\n|\n|  Method resolution order:\n|      GeneratorExit\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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\nIOError = class OSError(Exception)\n|  Base class for I/O related errors.\n|\n|  Method resolution order:\n|      OSError\n|      Exception\n|      BaseException\n|      object\n|\n|  Built-in subclasses:\n|      BlockingIOError\n|      ChildProcessError\n|      ConnectionError\n|      FileExistsError\n|      ... and 7 other subclasses\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  characterswritten\n|\n|  errno\n|      POSIX exception code\n|\n|  filename\n|      exception filename\n|\n|  filename2\n|      second exception filename\n|\n|  strerror\n|      exception strerror\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 ImportError",
                    "content": "|  Import can't find module, or can't find name in module.\n|\n|  Method resolution order:\n|      ImportError\n|      Exception\n|      BaseException\n|      object\n|\n|  Built-in subclasses:\n|      ModuleNotFoundError\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  msg\n|      exception message\n|\n|  name\n|      module name\n|\n|  path\n|      module path\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from Exception:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 ImportWarning",
                    "content": "|  Base class for warnings about probable mistakes in module imports\n|\n|  Method resolution order:\n|      ImportWarning\n|      Warning\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 IndentationError",
                    "content": "|  Improper indentation.\n|\n|  Method resolution order:\n|      IndentationError\n|      SyntaxError\n|      Exception\n|      BaseException\n|      object\n|\n|  Built-in subclasses:\n|      TabError\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from SyntaxError:\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from SyntaxError:\n|\n|  endlineno\n|      exception end lineno\n|\n|  endoffset\n|      exception end offset\n|\n|  filename\n|      exception filename\n|\n|  lineno\n|      exception lineno\n|\n|  msg\n|      exception msg\n|\n|  offset\n|      exception offset\n|\n|  printfileandline\n|      exception printfileandline\n|\n|  text\n|      exception text\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from Exception:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 IndexError",
                    "content": "|  Sequence index out of range.\n|\n|  Method resolution order:\n|      IndexError\n|      LookupError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 InterruptedError",
                    "content": "|  Interrupted by signal.\n|\n|  Method resolution order:\n|      InterruptedError\n|      OSError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from OSError:\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from OSError:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from OSError:\n|\n|  characterswritten\n|\n|  errno\n|      POSIX exception code\n|\n|  filename\n|      exception filename\n|\n|  filename2\n|      second exception filename\n|\n|  strerror\n|      exception strerror\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 IsADirectoryError",
                    "content": "|  Operation doesn't work on directories.\n|\n|  Method resolution order:\n|      IsADirectoryError\n|      OSError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from OSError:\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from OSError:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from OSError:\n|\n|  characterswritten\n|\n|  errno\n|      POSIX exception code\n|\n|  filename\n|      exception filename\n|\n|  filename2\n|      second exception filename\n|\n|  strerror\n|      exception strerror\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 KeyError",
                    "content": "|  Mapping key not found.\n|\n|  Method resolution order:\n|      KeyError\n|      LookupError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from LookupError:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 KeyboardInterrupt",
                    "content": "|  Program interrupted by user.\n|\n|  Method resolution order:\n|      KeyboardInterrupt\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 LookupError",
                    "content": "|  Base class for lookup errors.\n|\n|  Method resolution order:\n|      LookupError\n|      Exception\n|      BaseException\n|      object\n|\n|  Built-in subclasses:\n|      IndexError\n|      KeyError\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 MemoryError",
                    "content": "|  Out of memory.\n|\n|  Method resolution order:\n|      MemoryError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 ModuleNotFoundError",
                    "content": "|  Module not found.\n|\n|  Method resolution order:\n|      ModuleNotFoundError\n|      ImportError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from ImportError:\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from ImportError:\n|\n|  msg\n|      exception message\n|\n|  name\n|      module name\n|\n|  path\n|      module path\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from Exception:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 NameError",
                    "content": "|  Name not found globally.\n|\n|  Method resolution order:\n|      NameError\n|      Exception\n|      BaseException\n|      object\n|\n|  Built-in subclasses:\n|      UnboundLocalError\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  name\n|      name\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from Exception:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 NotADirectoryError",
                    "content": "|  Operation only works on directories.\n|\n|  Method resolution order:\n|      NotADirectoryError\n|      OSError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from OSError:\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from OSError:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from OSError:\n|\n|  characterswritten\n|\n|  errno\n|      POSIX exception code\n|\n|  filename\n|      exception filename\n|\n|  filename2\n|      second exception filename\n|\n|  strerror\n|      exception strerror\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 NotImplementedError",
                    "content": "|  Method or function hasn't been implemented yet.\n|\n|  Method resolution order:\n|      NotImplementedError\n|      RuntimeError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 OSError",
                    "content": "|  Base class for I/O related errors.\n|\n|  Method resolution order:\n|      OSError\n|      Exception\n|      BaseException\n|      object\n|\n|  Built-in subclasses:\n|      BlockingIOError\n|      ChildProcessError\n|      ConnectionError\n|      FileExistsError\n|      ... and 7 other subclasses\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  characterswritten\n|\n|  errno\n|      POSIX exception code\n|\n|  filename\n|      exception filename\n|\n|  filename2\n|      second exception filename\n|\n|  strerror\n|      exception strerror\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 OverflowError",
                    "content": "|  Result too large to be represented.\n|\n|  Method resolution order:\n|      OverflowError\n|      ArithmeticError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 PendingDeprecationWarning",
                    "content": "|  Base class for warnings about features which will be deprecated\n|  in the future.\n|\n|  Method resolution order:\n|      PendingDeprecationWarning\n|      Warning\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 PermissionError",
                    "content": "|  Not enough permissions.\n|\n|  Method resolution order:\n|      PermissionError\n|      OSError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from OSError:\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from OSError:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from OSError:\n|\n|  characterswritten\n|\n|  errno\n|      POSIX exception code\n|\n|  filename\n|      exception filename\n|\n|  filename2\n|      second exception filename\n|\n|  strerror\n|      exception strerror\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 ProcessLookupError",
                    "content": "|  Process not found.\n|\n|  Method resolution order:\n|      ProcessLookupError\n|      OSError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from OSError:\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from OSError:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from OSError:\n|\n|  characterswritten\n|\n|  errno\n|      POSIX exception code\n|\n|  filename\n|      exception filename\n|\n|  filename2\n|      second exception filename\n|\n|  strerror\n|      exception strerror\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 RecursionError",
                    "content": "|  Recursion limit exceeded.\n|\n|  Method resolution order:\n|      RecursionError\n|      RuntimeError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 ReferenceError",
                    "content": "|  Weak ref proxy used after referent went away.\n|\n|  Method resolution order:\n|      ReferenceError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 ResourceWarning",
                    "content": "|  Base class for warnings about resource usage.\n|\n|  Method resolution order:\n|      ResourceWarning\n|      Warning\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 RuntimeError",
                    "content": "|  Unspecified run-time error.\n|\n|  Method resolution order:\n|      RuntimeError\n|      Exception\n|      BaseException\n|      object\n|\n|  Built-in subclasses:\n|      NotImplementedError\n|      RecursionError\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 RuntimeWarning",
                    "content": "|  Base class for warnings about dubious runtime behavior.\n|\n|  Method resolution order:\n|      RuntimeWarning\n|      Warning\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 StopAsyncIteration",
                    "content": "|  Signal the end from iterator.anext().\n|\n|  Method resolution order:\n|      StopAsyncIteration\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 StopIteration",
                    "content": "|  Signal the end from iterator.next().\n|\n|  Method resolution order:\n|      StopIteration\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  value\n|      generator return value\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from Exception:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 SyntaxError",
                    "content": "|  Invalid syntax.\n|\n|  Method resolution order:\n|      SyntaxError\n|      Exception\n|      BaseException\n|      object\n|\n|  Built-in subclasses:\n|      IndentationError\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  endlineno\n|      exception end lineno\n|\n|  endoffset\n|      exception end offset\n|\n|  filename\n|      exception filename\n|\n|  lineno\n|      exception lineno\n|\n|  msg\n|      exception msg\n|\n|  offset\n|      exception offset\n|\n|  printfileandline\n|      exception printfileandline\n|\n|  text\n|      exception text\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from Exception:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 SyntaxWarning",
                    "content": "|  Base class for warnings about dubious syntax.\n|\n|  Method resolution order:\n|      SyntaxWarning\n|      Warning\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 SystemError",
                    "content": "|  Internal error in the Python interpreter.\n|\n|  Please report this to the Python maintainer, along with the traceback,\n|  the Python version, and the hardware/OS platform and version.\n|\n|  Method resolution order:\n|      SystemError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 SystemExit",
                    "content": "|  Request to exit from the interpreter.\n|\n|  Method resolution order:\n|      SystemExit\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  code\n|      exception code\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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|  Static methods inherited from BaseException:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 TabError",
                    "content": "|  Improper mixture of spaces and tabs.\n|\n|  Method resolution order:\n|      TabError\n|      IndentationError\n|      SyntaxError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from SyntaxError:\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from SyntaxError:\n|\n|  endlineno\n|      exception end lineno\n|\n|  endoffset\n|      exception end offset\n|\n|  filename\n|      exception filename\n|\n|  lineno\n|      exception lineno\n|\n|  msg\n|      exception msg\n|\n|  offset\n|      exception offset\n|\n|  printfileandline\n|      exception printfileandline\n|\n|  text\n|      exception text\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from Exception:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 TimeoutError",
                    "content": "|  Timeout expired.\n|\n|  Method resolution order:\n|      TimeoutError\n|      OSError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from OSError:\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from OSError:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from OSError:\n|\n|  characterswritten\n|\n|  errno\n|      POSIX exception code\n|\n|  filename\n|      exception filename\n|\n|  filename2\n|      second exception filename\n|\n|  strerror\n|      exception strerror\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 TypeError",
                    "content": "|  Inappropriate argument type.\n|\n|  Method resolution order:\n|      TypeError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 UnboundLocalError",
                    "content": "|  Local name referenced but not bound to a value.\n|\n|  Method resolution order:\n|      UnboundLocalError\n|      NameError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from NameError:\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from NameError:\n|\n|  name\n|      name\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from Exception:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 UnicodeDecodeError",
                    "content": "|  Unicode decoding error.\n|\n|  Method resolution order:\n|      UnicodeDecodeError\n|      UnicodeError\n|      ValueError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  encoding\n|      exception encoding\n|\n|  end\n|      exception end\n|\n|  object\n|      exception object\n|\n|  reason\n|      exception reason\n|\n|  start\n|      exception start\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 UnicodeEncodeError",
                    "content": "|  Unicode encoding error.\n|\n|  Method resolution order:\n|      UnicodeEncodeError\n|      UnicodeError\n|      ValueError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  encoding\n|      exception encoding\n|\n|  end\n|      exception end\n|\n|  object\n|      exception object\n|\n|  reason\n|      exception reason\n|\n|  start\n|      exception start\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 UnicodeError",
                    "content": "|  Unicode related error.\n|\n|  Method resolution order:\n|      UnicodeError\n|      ValueError\n|      Exception\n|      BaseException\n|      object\n|\n|  Built-in subclasses:\n|      UnicodeDecodeError\n|      UnicodeEncodeError\n|      UnicodeTranslateError\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 UnicodeTranslateError",
                    "content": "|  Unicode translation error.\n|\n|  Method resolution order:\n|      UnicodeTranslateError\n|      UnicodeError\n|      ValueError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  encoding\n|      exception encoding\n|\n|  end\n|      exception end\n|\n|  object\n|      exception object\n|\n|  reason\n|      exception reason\n|\n|  start\n|      exception start\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from 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 UnicodeWarning",
                    "content": "|  Base class for warnings about Unicode related problems, mostly\n|  related to conversion problems.\n|\n|  Method resolution order:\n|      UnicodeWarning\n|      Warning\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 UserWarning",
                    "content": "|  Base class for warnings generated by user code.\n|\n|  Method resolution order:\n|      UserWarning\n|      Warning\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 ValueError",
                    "content": "|  Inappropriate argument value (of correct type).\n|\n|  Method resolution order:\n|      ValueError\n|      Exception\n|      BaseException\n|      object\n|\n|  Built-in subclasses:\n|      UnicodeError\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 Warning",
                    "content": "|  Base class for warning categories.\n|\n|  Method resolution order:\n|      Warning\n|      Exception\n|      BaseException\n|      object\n|\n|  Built-in subclasses:\n|      BytesWarning\n|      DeprecationWarning\n|      EncodingWarning\n|      FutureWarning\n|      ... and 7 other subclasses\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 ZeroDivisionError",
                    "content": "|  Second argument to a division or modulo operation was zero.\n|\n|  Method resolution order:\n|      ZeroDivisionError\n|      ArithmeticError\n|      Exception\n|      BaseException\n|      object\n|\n|  Methods defined here:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from 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 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 bool",
                    "content": "|  bool(x) -> bool\n|\n|  Returns True when the argument x is true, False otherwise.\n|  The builtins True and False are the only two instances of the class bool.\n|  The class bool is a subclass of the class int, and cannot be subclassed.\n|\n|  Method resolution order:\n|      bool\n|      int\n|      object\n|\n|  Methods defined here:\n|\n|  and(self, value, /)\n|      Return self&value.\n|\n|  or(self, value, /)\n|      Return self|value.\n|\n|  rand(self, value, /)\n|      Return value&self.\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  ror(self, value, /)\n|      Return value|self.\n|\n|  rxor(self, value, /)\n|      Return value^self.\n|\n|  xor(self, value, /)\n|      Return self^value.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from int:\n|\n|  abs(self, /)\n|      abs(self)\n|\n|  add(self, value, /)\n|      Return self+value.\n|\n|  bool(self, /)\n|      True if self else False\n|\n|  ceil(...)\n|      Ceiling of an Integral returns itself.\n|\n|  divmod(self, value, /)\n|      Return divmod(self, value).\n|\n|  eq(self, value, /)\n|      Return self==value.\n|\n|  float(self, /)\n|      float(self)\n|\n|  floor(...)\n|      Flooring an Integral returns itself.\n|\n|  floordiv(self, value, /)\n|      Return self//value.\n|\n|  format(self, formatspec, /)\n|      Default object formatter.\n|\n|  ge(self, value, /)\n|      Return self>=value.\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  getnewargs(self, /)\n|\n|  gt(self, value, /)\n|      Return self>value.\n|\n|  hash(self, /)\n|      Return hash(self).\n|\n|  index(self, /)\n|      Return self converted to an integer, if self is suitable for use as an index into a list.\n|\n|  int(self, /)\n|      int(self)\n|\n|  invert(self, /)\n|      ~self\n|\n|  le(self, value, /)\n|      Return self<=value.\n|\n|  lshift(self, value, /)\n|      Return self<<value.\n|\n|  lt(self, value, /)\n|      Return self<value.\n|\n|  mod(self, value, /)\n|      Return self%value.\n|\n|  mul(self, value, /)\n|      Return self*value.\n|\n|  ne(self, value, /)\n|      Return self!=value.\n|\n|  neg(self, /)\n|      -self\n|\n|  pos(self, /)\n|      +self\n|\n|  pow(self, value, mod=None, /)\n|      Return pow(self, value, mod).\n|\n|  radd(self, value, /)\n|      Return value+self.\n|\n|  rdivmod(self, value, /)\n|      Return divmod(value, self).\n|\n|  rfloordiv(self, value, /)\n|      Return value//self.\n|\n|  rlshift(self, value, /)\n|      Return value<<self.\n|\n|  rmod(self, value, /)\n|      Return value%self.\n|\n|  rmul(self, value, /)\n|      Return value*self.\n|\n|  round(...)\n|      Rounding an Integral returns itself.\n|\n|      Rounding with an ndigits argument also returns an integer.\n|\n|  rpow(self, value, mod=None, /)\n|      Return pow(value, self, mod).\n|\n|  rrshift(self, value, /)\n|      Return value>>self.\n|\n|  rshift(self, value, /)\n|      Return self>>value.\n|\n|  rsub(self, value, /)\n|      Return value-self.\n|\n|  rtruediv(self, value, /)\n|      Return value/self.\n|\n|  sizeof(self, /)\n|      Returns size in memory, in bytes.\n|\n|  sub(self, value, /)\n|      Return self-value.\n|\n|  truediv(self, value, /)\n|      Return self/value.\n|\n|  trunc(...)\n|      Truncating an Integral returns itself.\n|\n|  asintegerratio(self, /)\n|      Return integer ratio.\n|\n|      Return a pair of integers, whose ratio is exactly equal to the original int\n|      and with a positive denominator.\n|\n|      >>> (10).asintegerratio()\n|      (10, 1)\n|      >>> (-10).asintegerratio()\n|      (-10, 1)\n|      >>> (0).asintegerratio()\n|      (0, 1)\n|\n|  bitcount(self, /)\n|      Number of ones in the binary representation of the absolute value of self.\n|\n|      Also known as the population count.\n|\n|      >>> bin(13)\n|      '0b1101'\n|      >>> (13).bitcount()\n|      3\n|\n|  bitlength(self, /)\n|      Number of bits necessary to represent self in binary.\n|\n|      >>> bin(37)\n|      '0b100101'\n|      >>> (37).bitlength()\n|      6\n|\n|  conjugate(...)\n|      Returns self, the complex conjugate of any int.\n|\n|  tobytes(self, /, length, byteorder, *, signed=False)\n|      Return an array of bytes representing an integer.\n|\n|      length\n|        Length of bytes object to use.  An OverflowError is raised if the\n|        integer is not representable with the given number of bytes.\n|      byteorder\n|        The byte order used to represent the integer.  If byteorder is 'big',\n|        the most significant byte is at the beginning of the byte array.  If\n|        byteorder is 'little', the most significant byte is at the end of the\n|        byte array.  To request the native byte order of the host system, use\n|        `sys.byteorder' as the byte order value.\n|      signed\n|        Determines whether two's complement is used to represent the integer.\n|        If signed is False and a negative integer is given, an OverflowError\n|        is raised.\n|\n|  ----------------------------------------------------------------------\n|  Class methods inherited from int:\n|\n|  frombytes(bytes, byteorder, *, signed=False) from type\n|      Return the integer represented by the given array of bytes.\n|\n|      bytes\n|        Holds the array of bytes to convert.  The argument must either\n|        support the buffer protocol or be an iterable object producing bytes.\n|        Bytes and bytearray are examples of built-in objects that support the\n|        buffer protocol.\n|      byteorder\n|        The byte order used to represent the integer.  If byteorder is 'big',\n|        the most significant byte is at the beginning of the byte array.  If\n|        byteorder is 'little', the most significant byte is at the end of the\n|        byte array.  To request the native byte order of the host system, use\n|        `sys.byteorder' as the byte order value.\n|      signed\n|        Indicates whether two's complement is used to represent the integer.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from int:\n|\n|  denominator\n|      the denominator of a rational number in lowest terms\n|\n|  imag\n|      the imaginary part of a complex number\n|\n|  numerator\n|      the numerator of a rational number in lowest terms\n|\n|  real\n|      the real part of a complex number\n"
                },
                {
                    "name": "class bytearray",
                    "content": "|  bytearray(iterableofints) -> bytearray\n|  bytearray(string, encoding[, errors]) -> bytearray\n|  bytearray(bytesorbuffer) -> mutable copy of bytesorbuffer\n|  bytearray(int) -> bytes array of size given by the parameter initialized with null bytes\n|  bytearray() -> empty bytes array\n|\n|  Construct a mutable bytearray object from:\n|    - an iterable yielding integers in range(256)\n|    - a text string encoded using the specified encoding\n|    - a bytes or a buffer object\n|    - any object implementing the buffer API.\n|    - an integer\n|\n|  Methods defined here:\n|\n|  add(self, value, /)\n|      Return self+value.\n|\n|  alloc(...)\n|      B.alloc() -> int\n|\n|      Return the number of bytes actually allocated.\n|\n|  contains(self, key, /)\n|      Return key in self.\n|\n|  delitem(self, key, /)\n|      Delete self[key].\n|\n|  eq(self, value, /)\n|      Return self==value.\n|\n|  ge(self, value, /)\n|      Return self>=value.\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  getitem(self, key, /)\n|      Return self[key].\n|\n|  gt(self, value, /)\n|      Return self>value.\n|\n|  iadd(self, value, /)\n|      Implement self+=value.\n|\n|  imul(self, value, /)\n|      Implement self*=value.\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  iter(self, /)\n|      Implement iter(self).\n|\n|  le(self, value, /)\n|      Return self<=value.\n|\n|  len(self, /)\n|      Return len(self).\n|\n|  lt(self, value, /)\n|      Return self<value.\n|\n|  mod(self, value, /)\n|      Return self%value.\n|\n|  mul(self, value, /)\n|      Return self*value.\n|\n|  ne(self, value, /)\n|      Return self!=value.\n|\n|  reduce(self, /)\n|      Return state information for pickling.\n|\n|  reduceex(self, proto=0, /)\n|      Return state information for pickling.\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  rmod(self, value, /)\n|      Return value%self.\n|\n|  rmul(self, value, /)\n|      Return value*self.\n|\n|  setitem(self, key, value, /)\n|      Set self[key] to value.\n|\n|  sizeof(self, /)\n|      Returns the size of the bytearray object in memory, in bytes.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  append(self, item, /)\n|      Append a single item to the end of the bytearray.\n|\n|      item\n|        The item to be appended.\n|\n|  capitalize(...)\n|      B.capitalize() -> copy of B\n|\n|      Return a copy of B with only its first character capitalized (ASCII)\n|      and the rest lower-cased.\n|\n|  center(self, width, fillchar=b' ', /)\n|      Return a centered string of length width.\n|\n|      Padding is done using the specified fill character.\n|\n|  clear(self, /)\n|      Remove all items from the bytearray.\n|\n|  copy(self, /)\n|      Return a copy of B.\n|\n|  count(...)\n|      B.count(sub[, start[, end]]) -> int\n|\n|      Return the number of non-overlapping occurrences of subsection sub in\n|      bytes B[start:end].  Optional arguments start and end are interpreted\n|      as in slice notation.\n|\n|  decode(self, /, encoding='utf-8', errors='strict')\n|      Decode the bytearray using the codec registered for encoding.\n|\n|      encoding\n|        The encoding with which to decode the bytearray.\n|      errors\n|        The error handling scheme to use for the handling of decoding errors.\n|        The default is 'strict' meaning that decoding errors raise a\n|        UnicodeDecodeError. Other possible values are 'ignore' and 'replace'\n|        as well as any other name registered with codecs.registererror that\n|        can handle UnicodeDecodeErrors.\n|\n|  endswith(...)\n|      B.endswith(suffix[, start[, end]]) -> bool\n|\n|      Return True if B ends with the specified suffix, False otherwise.\n|      With optional start, test B beginning at that position.\n|      With optional end, stop comparing B at that position.\n|      suffix can also be a tuple of bytes to try.\n|\n|  expandtabs(self, /, tabsize=8)\n|      Return a copy where all tab characters are expanded using spaces.\n|\n|      If tabsize is not given, a tab size of 8 characters is assumed.\n|\n|  extend(self, iterableofints, /)\n|      Append all the items from the iterator or sequence to the end of the bytearray.\n|\n|      iterableofints\n|        The iterable of items to append.\n|\n|  find(...)\n|      B.find(sub[, start[, end]]) -> int\n|\n|      Return the lowest index in B where subsection sub is found,\n|      such that sub is contained within B[start,end].  Optional\n|      arguments start and end are interpreted as in slice notation.\n|\n|      Return -1 on failure.\n|\n|  hex(...)\n|      Create a string of hexadecimal numbers from a bytearray object.\n|\n|        sep\n|          An optional single character or byte to separate hex bytes.\n|        bytespersep\n|          How many bytes between separators.  Positive values count from the\n|          right, negative values count from the left.\n|\n|      Example:\n|      >>> value = bytearray([0xb9, 0x01, 0xef])\n|      >>> value.hex()\n|      'b901ef'\n|      >>> value.hex(':')\n|      'b9:01:ef'\n|      >>> value.hex(':', 2)\n|      'b9:01ef'\n|      >>> value.hex(':', -2)\n|      'b901:ef'\n|\n|  index(...)\n|      B.index(sub[, start[, end]]) -> int\n|\n|      Return the lowest index in B where subsection sub is found,\n|      such that sub is contained within B[start,end].  Optional\n|      arguments start and end are interpreted as in slice notation.\n|\n|      Raises ValueError when the subsection is not found.\n|\n|  insert(self, index, item, /)\n|      Insert a single item into the bytearray before the given index.\n|\n|      index\n|        The index where the value is to be inserted.\n|      item\n|        The item to be inserted.\n|\n|  isalnum(...)\n|      B.isalnum() -> bool\n|\n|      Return True if all characters in B are alphanumeric\n|      and there is at least one character in B, False otherwise.\n|\n|  isalpha(...)\n|      B.isalpha() -> bool\n|\n|      Return True if all characters in B are alphabetic\n|      and there is at least one character in B, False otherwise.\n|\n|  isascii(...)\n|      B.isascii() -> bool\n|\n|      Return True if B is empty or all characters in B are ASCII,\n|      False otherwise.\n|\n|  isdigit(...)\n|      B.isdigit() -> bool\n|\n|      Return True if all characters in B are digits\n|      and there is at least one character in B, False otherwise.\n|\n|  islower(...)\n|      B.islower() -> bool\n|\n|      Return True if all cased characters in B are lowercase and there is\n|      at least one cased character in B, False otherwise.\n|\n|  isspace(...)\n|      B.isspace() -> bool\n|\n|      Return True if all characters in B are whitespace\n|      and there is at least one character in B, False otherwise.\n|\n|  istitle(...)\n|      B.istitle() -> bool\n|\n|      Return True if B is a titlecased string and there is at least one\n|      character in B, i.e. uppercase characters may only follow uncased\n|      characters and lowercase characters only cased ones. Return False\n|      otherwise.\n|\n|  isupper(...)\n|      B.isupper() -> bool\n|\n|      Return True if all cased characters in B are uppercase and there is\n|      at least one cased character in B, False otherwise.\n|\n|  join(self, iterableofbytes, /)\n|      Concatenate any number of bytes/bytearray objects.\n|\n|      The bytearray whose method is called is inserted in between each pair.\n|\n|      The result is returned as a new bytearray object.\n|\n|  ljust(self, width, fillchar=b' ', /)\n|      Return a left-justified string of length width.\n|\n|      Padding is done using the specified fill character.\n|\n|  lower(...)\n|      B.lower() -> copy of B\n|\n|      Return a copy of B with all ASCII characters converted to lowercase.\n|\n|  lstrip(self, bytes=None, /)\n|      Strip leading bytes contained in the argument.\n|\n|      If the argument is omitted or None, strip leading ASCII whitespace.\n|\n|  partition(self, sep, /)\n|      Partition the bytearray into three parts using the given separator.\n|\n|      This will search for the separator sep in the bytearray. If the separator is\n|      found, returns a 3-tuple containing the part before the separator, the\n|      separator itself, and the part after it as new bytearray objects.\n|\n|      If the separator is not found, returns a 3-tuple containing the copy of the\n|      original bytearray object and two empty bytearray objects.\n|\n|  pop(self, index=-1, /)\n|      Remove and return a single item from B.\n|\n|        index\n|          The index from where to remove the item.\n|          -1 (the default value) means remove the last item.\n|\n|      If no index argument is given, will pop the last item.\n|\n|  remove(self, value, /)\n|      Remove the first occurrence of a value in the bytearray.\n|\n|      value\n|        The value to remove.\n|\n|  removeprefix(self, prefix, /)\n|      Return a bytearray with the given prefix string removed if present.\n|\n|      If the bytearray starts with the prefix string, return\n|      bytearray[len(prefix):].  Otherwise, return a copy of the original\n|      bytearray.\n|\n|  removesuffix(self, suffix, /)\n|      Return a bytearray with the given suffix string removed if present.\n|\n|      If the bytearray ends with the suffix string and that suffix is not\n|      empty, return bytearray[:-len(suffix)].  Otherwise, return a copy of\n|      the original bytearray.\n|\n|  replace(self, old, new, count=-1, /)\n|      Return a copy with all occurrences of substring old replaced by new.\n|\n|        count\n|          Maximum number of occurrences to replace.\n|          -1 (the default value) means replace all occurrences.\n|\n|      If the optional argument count is given, only the first count occurrences are\n|      replaced.\n|\n|  reverse(self, /)\n|      Reverse the order of the values in B in place.\n|\n|  rfind(...)\n|      B.rfind(sub[, start[, end]]) -> int\n|\n|      Return the highest index in B where subsection sub is found,\n|      such that sub is contained within B[start,end].  Optional\n|      arguments start and end are interpreted as in slice notation.\n|\n|      Return -1 on failure.\n|\n|  rindex(...)\n|      B.rindex(sub[, start[, end]]) -> int\n|\n|      Return the highest index in B where subsection sub is found,\n|      such that sub is contained within B[start,end].  Optional\n|      arguments start and end are interpreted as in slice notation.\n|\n|      Raise ValueError when the subsection is not found.\n|\n|  rjust(self, width, fillchar=b' ', /)\n|      Return a right-justified string of length width.\n|\n|      Padding is done using the specified fill character.\n|\n|  rpartition(self, sep, /)\n|      Partition the bytearray into three parts using the given separator.\n|\n|      This will search for the separator sep in the bytearray, starting at the end.\n|      If the separator is found, returns a 3-tuple containing the part before the\n|      separator, the separator itself, and the part after it as new bytearray\n|      objects.\n|\n|      If the separator is not found, returns a 3-tuple containing two empty bytearray\n|      objects and the copy of the original bytearray object.\n|\n|  rsplit(self, /, sep=None, maxsplit=-1)\n|      Return a list of the sections in the bytearray, using sep as the delimiter.\n|\n|        sep\n|          The delimiter according which to split the bytearray.\n|          None (the default value) means split on ASCII whitespace characters\n|          (space, tab, return, newline, formfeed, vertical tab).\n|        maxsplit\n|          Maximum number of splits to do.\n|          -1 (the default value) means no limit.\n|\n|      Splitting is done starting at the end of the bytearray and working to the front.\n|\n|  rstrip(self, bytes=None, /)\n|      Strip trailing bytes contained in the argument.\n|\n|      If the argument is omitted or None, strip trailing ASCII whitespace.\n|\n|  split(self, /, sep=None, maxsplit=-1)\n|      Return a list of the sections in the bytearray, using sep as the delimiter.\n|\n|      sep\n|        The delimiter according which to split the bytearray.\n|        None (the default value) means split on ASCII whitespace characters\n|        (space, tab, return, newline, formfeed, vertical tab).\n|      maxsplit\n|        Maximum number of splits to do.\n|        -1 (the default value) means no limit.\n|\n|  splitlines(self, /, keepends=False)\n|      Return a list of the lines in the bytearray, breaking at line boundaries.\n|\n|      Line breaks are not included in the resulting list unless keepends is given and\n|      true.\n|\n|  startswith(...)\n|      B.startswith(prefix[, start[, end]]) -> bool\n|\n|      Return True if B starts with the specified prefix, False otherwise.\n|      With optional start, test B beginning at that position.\n|      With optional end, stop comparing B at that position.\n|      prefix can also be a tuple of bytes to try.\n|\n|  strip(self, bytes=None, /)\n|      Strip leading and trailing bytes contained in the argument.\n|\n|      If the argument is omitted or None, strip leading and trailing ASCII whitespace.\n|\n|  swapcase(...)\n|      B.swapcase() -> copy of B\n|\n|      Return a copy of B with uppercase ASCII characters converted\n|      to lowercase ASCII and vice versa.\n|\n|  title(...)\n|      B.title() -> copy of B\n|\n|      Return a titlecased version of B, i.e. ASCII words start with uppercase\n|      characters, all remaining cased characters have lowercase.\n|\n|  translate(self, table, /, delete=b'')\n|      Return a copy with each character mapped by the given translation table.\n|\n|        table\n|          Translation table, which must be a bytes object of length 256.\n|\n|      All characters occurring in the optional argument delete are removed.\n|      The remaining characters are mapped through the given translation table.\n|\n|  upper(...)\n|      B.upper() -> copy of B\n|\n|      Return a copy of B with all ASCII characters converted to uppercase.\n|\n|  zfill(self, width, /)\n|      Pad a numeric string with zeros on the left, to fill a field of the given width.\n|\n|      The original string is never truncated.\n|\n|  ----------------------------------------------------------------------\n|  Class methods defined here:\n|\n|  fromhex(string, /) from type\n|      Create a bytearray object from a string of hexadecimal numbers.\n|\n|      Spaces between two numbers are accepted.\n|      Example: bytearray.fromhex('B9 01EF') -> bytearray(b'\\\\xb9\\\\x01\\\\xef')\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  maketrans(frm, to, /)\n|      Return a translation table useable for the bytes or bytearray translate method.\n|\n|      The returned table will be one where each byte in frm is mapped to the byte at\n|      the same position in to.\n|\n|      The bytes objects frm and to must be of the same length.\n|\n|  ----------------------------------------------------------------------\n|  Data and other attributes defined here:\n|\n|  hash = None\n"
                },
                {
                    "name": "class bytes",
                    "content": "|  bytes(iterableofints) -> bytes\n|  bytes(string, encoding[, errors]) -> bytes\n|  bytes(bytesorbuffer) -> immutable copy of bytesorbuffer\n|  bytes(int) -> bytes object of size given by the parameter initialized with null bytes\n|  bytes() -> empty bytes object\n|\n|  Construct an immutable array of bytes from:\n|    - an iterable yielding integers in range(256)\n|    - a text string encoded using the specified encoding\n|    - any object implementing the buffer API.\n|    - an integer\n|\n|  Methods defined here:\n|\n|  add(self, value, /)\n|      Return self+value.\n|\n|  contains(self, key, /)\n|      Return key in self.\n|\n|  eq(self, value, /)\n|      Return self==value.\n|\n|  ge(self, value, /)\n|      Return self>=value.\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  getitem(self, key, /)\n|      Return self[key].\n|\n|  getnewargs(...)\n|\n|  gt(self, value, /)\n|      Return self>value.\n|\n|  hash(self, /)\n|      Return hash(self).\n|\n|  iter(self, /)\n|      Implement iter(self).\n|\n|  le(self, value, /)\n|      Return self<=value.\n|\n|  len(self, /)\n|      Return len(self).\n|\n|  lt(self, value, /)\n|      Return self<value.\n|\n|  mod(self, value, /)\n|      Return self%value.\n|\n|  mul(self, value, /)\n|      Return self*value.\n|\n|  ne(self, value, /)\n|      Return self!=value.\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  rmod(self, value, /)\n|      Return value%self.\n|\n|  rmul(self, value, /)\n|      Return value*self.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  capitalize(...)\n|      B.capitalize() -> copy of B\n|\n|      Return a copy of B with only its first character capitalized (ASCII)\n|      and the rest lower-cased.\n|\n|  center(self, width, fillchar=b' ', /)\n|      Return a centered string of length width.\n|\n|      Padding is done using the specified fill character.\n|\n|  count(...)\n|      B.count(sub[, start[, end]]) -> int\n|\n|      Return the number of non-overlapping occurrences of subsection sub in\n|      bytes B[start:end].  Optional arguments start and end are interpreted\n|      as in slice notation.\n|\n|  decode(self, /, encoding='utf-8', errors='strict')\n|      Decode the bytes using the codec registered for encoding.\n|\n|      encoding\n|        The encoding with which to decode the bytes.\n|      errors\n|        The error handling scheme to use for the handling of decoding errors.\n|        The default is 'strict' meaning that decoding errors raise a\n|        UnicodeDecodeError. Other possible values are 'ignore' and 'replace'\n|        as well as any other name registered with codecs.registererror that\n|        can handle UnicodeDecodeErrors.\n|\n|  endswith(...)\n|      B.endswith(suffix[, start[, end]]) -> bool\n|\n|      Return True if B ends with the specified suffix, False otherwise.\n|      With optional start, test B beginning at that position.\n|      With optional end, stop comparing B at that position.\n|      suffix can also be a tuple of bytes to try.\n|\n|  expandtabs(self, /, tabsize=8)\n|      Return a copy where all tab characters are expanded using spaces.\n|\n|      If tabsize is not given, a tab size of 8 characters is assumed.\n|\n|  find(...)\n|      B.find(sub[, start[, end]]) -> int\n|\n|      Return the lowest index in B where subsection sub is found,\n|      such that sub is contained within B[start,end].  Optional\n|      arguments start and end are interpreted as in slice notation.\n|\n|      Return -1 on failure.\n|\n|  hex(...)\n|      Create a string of hexadecimal numbers from a bytes object.\n|\n|        sep\n|          An optional single character or byte to separate hex bytes.\n|        bytespersep\n|          How many bytes between separators.  Positive values count from the\n|          right, negative values count from the left.\n|\n|      Example:\n|      >>> value = b'\\xb9\\x01\\xef'\n|      >>> value.hex()\n|      'b901ef'\n|      >>> value.hex(':')\n|      'b9:01:ef'\n|      >>> value.hex(':', 2)\n|      'b9:01ef'\n|      >>> value.hex(':', -2)\n|      'b901:ef'\n|\n|  index(...)\n|      B.index(sub[, start[, end]]) -> int\n|\n|      Return the lowest index in B where subsection sub is found,\n|      such that sub is contained within B[start,end].  Optional\n|      arguments start and end are interpreted as in slice notation.\n|\n|      Raises ValueError when the subsection is not found.\n|\n|  isalnum(...)\n|      B.isalnum() -> bool\n|\n|      Return True if all characters in B are alphanumeric\n|      and there is at least one character in B, False otherwise.\n|\n|  isalpha(...)\n|      B.isalpha() -> bool\n|\n|      Return True if all characters in B are alphabetic\n|      and there is at least one character in B, False otherwise.\n|\n|  isascii(...)\n|      B.isascii() -> bool\n|\n|      Return True if B is empty or all characters in B are ASCII,\n|      False otherwise.\n|\n|  isdigit(...)\n|      B.isdigit() -> bool\n|\n|      Return True if all characters in B are digits\n|      and there is at least one character in B, False otherwise.\n|\n|  islower(...)\n|      B.islower() -> bool\n|\n|      Return True if all cased characters in B are lowercase and there is\n|      at least one cased character in B, False otherwise.\n|\n|  isspace(...)\n|      B.isspace() -> bool\n|\n|      Return True if all characters in B are whitespace\n|      and there is at least one character in B, False otherwise.\n|\n|  istitle(...)\n|      B.istitle() -> bool\n|\n|      Return True if B is a titlecased string and there is at least one\n|      character in B, i.e. uppercase characters may only follow uncased\n|      characters and lowercase characters only cased ones. Return False\n|      otherwise.\n|\n|  isupper(...)\n|      B.isupper() -> bool\n|\n|      Return True if all cased characters in B are uppercase and there is\n|      at least one cased character in B, False otherwise.\n|\n|  join(self, iterableofbytes, /)\n|      Concatenate any number of bytes objects.\n|\n|      The bytes whose method is called is inserted in between each pair.\n|\n|      The result is returned as a new bytes object.\n|\n|      Example: b'.'.join([b'ab', b'pq', b'rs']) -> b'ab.pq.rs'.\n|\n|  ljust(self, width, fillchar=b' ', /)\n|      Return a left-justified string of length width.\n|\n|      Padding is done using the specified fill character.\n|\n|  lower(...)\n|      B.lower() -> copy of B\n|\n|      Return a copy of B with all ASCII characters converted to lowercase.\n|\n|  lstrip(self, bytes=None, /)\n|      Strip leading bytes contained in the argument.\n|\n|      If the argument is omitted or None, strip leading  ASCII whitespace.\n|\n|  partition(self, sep, /)\n|      Partition the bytes into three parts using the given separator.\n|\n|      This will search for the separator sep in the bytes. If the separator is found,\n|      returns a 3-tuple containing the part before the separator, the separator\n|      itself, and the part after it.\n|\n|      If the separator is not found, returns a 3-tuple containing the original bytes\n|      object and two empty bytes objects.\n|\n|  removeprefix(self, prefix, /)\n|      Return a bytes object with the given prefix string removed if present.\n|\n|      If the bytes starts with the prefix string, return bytes[len(prefix):].\n|      Otherwise, return a copy of the original bytes.\n|\n|  removesuffix(self, suffix, /)\n|      Return a bytes object with the given suffix string removed if present.\n|\n|      If the bytes ends with the suffix string and that suffix is not empty,\n|      return bytes[:-len(prefix)].  Otherwise, return a copy of the original\n|      bytes.\n|\n|  replace(self, old, new, count=-1, /)\n|      Return a copy with all occurrences of substring old replaced by new.\n|\n|        count\n|          Maximum number of occurrences to replace.\n|          -1 (the default value) means replace all occurrences.\n|\n|      If the optional argument count is given, only the first count occurrences are\n|      replaced.\n|\n|  rfind(...)\n|      B.rfind(sub[, start[, end]]) -> int\n|\n|      Return the highest index in B where subsection sub is found,\n|      such that sub is contained within B[start,end].  Optional\n|      arguments start and end are interpreted as in slice notation.\n|\n|      Return -1 on failure.\n|\n|  rindex(...)\n|      B.rindex(sub[, start[, end]]) -> int\n|\n|      Return the highest index in B where subsection sub is found,\n|      such that sub is contained within B[start,end].  Optional\n|      arguments start and end are interpreted as in slice notation.\n|\n|      Raise ValueError when the subsection is not found.\n|\n|  rjust(self, width, fillchar=b' ', /)\n|      Return a right-justified string of length width.\n|\n|      Padding is done using the specified fill character.\n|\n|  rpartition(self, sep, /)\n|      Partition the bytes into three parts using the given separator.\n|\n|      This will search for the separator sep in the bytes, starting at the end. If\n|      the separator is found, returns a 3-tuple containing the part before the\n|      separator, the separator itself, and the part after it.\n|\n|      If the separator is not found, returns a 3-tuple containing two empty bytes\n|      objects and the original bytes object.\n|\n|  rsplit(self, /, sep=None, maxsplit=-1)\n|      Return a list of the sections in the bytes, using sep as the delimiter.\n|\n|        sep\n|          The delimiter according which to split the bytes.\n|          None (the default value) means split on ASCII whitespace characters\n|          (space, tab, return, newline, formfeed, vertical tab).\n|        maxsplit\n|          Maximum number of splits to do.\n|          -1 (the default value) means no limit.\n|\n|      Splitting is done starting at the end of the bytes and working to the front.\n|\n|  rstrip(self, bytes=None, /)\n|      Strip trailing bytes contained in the argument.\n|\n|      If the argument is omitted or None, strip trailing ASCII whitespace.\n|\n|  split(self, /, sep=None, maxsplit=-1)\n|      Return a list of the sections in the bytes, using sep as the delimiter.\n|\n|      sep\n|        The delimiter according which to split the bytes.\n|        None (the default value) means split on ASCII whitespace characters\n|        (space, tab, return, newline, formfeed, vertical tab).\n|      maxsplit\n|        Maximum number of splits to do.\n|        -1 (the default value) means no limit.\n|\n|  splitlines(self, /, keepends=False)\n|      Return a list of the lines in the bytes, breaking at line boundaries.\n|\n|      Line breaks are not included in the resulting list unless keepends is given and\n|      true.\n|\n|  startswith(...)\n|      B.startswith(prefix[, start[, end]]) -> bool\n|\n|      Return True if B starts with the specified prefix, False otherwise.\n|      With optional start, test B beginning at that position.\n|      With optional end, stop comparing B at that position.\n|      prefix can also be a tuple of bytes to try.\n|\n|  strip(self, bytes=None, /)\n|      Strip leading and trailing bytes contained in the argument.\n|\n|      If the argument is omitted or None, strip leading and trailing ASCII whitespace.\n|\n|  swapcase(...)\n|      B.swapcase() -> copy of B\n|\n|      Return a copy of B with uppercase ASCII characters converted\n|      to lowercase ASCII and vice versa.\n|\n|  title(...)\n|      B.title() -> copy of B\n|\n|      Return a titlecased version of B, i.e. ASCII words start with uppercase\n|      characters, all remaining cased characters have lowercase.\n|\n|  translate(self, table, /, delete=b'')\n|      Return a copy with each character mapped by the given translation table.\n|\n|        table\n|          Translation table, which must be a bytes object of length 256.\n|\n|      All characters occurring in the optional argument delete are removed.\n|      The remaining characters are mapped through the given translation table.\n|\n|  upper(...)\n|      B.upper() -> copy of B\n|\n|      Return a copy of B with all ASCII characters converted to uppercase.\n|\n|  zfill(self, width, /)\n|      Pad a numeric string with zeros on the left, to fill a field of the given width.\n|\n|      The original string is never truncated.\n|\n|  ----------------------------------------------------------------------\n|  Class methods defined here:\n|\n|  fromhex(string, /) from type\n|      Create a bytes object from a string of hexadecimal numbers.\n|\n|      Spaces between two numbers are accepted.\n|      Example: bytes.fromhex('B9 01EF') -> b'\\\\xb9\\\\x01\\\\xef'.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  maketrans(frm, to, /)\n|      Return a translation table useable for the bytes or bytearray translate method.\n|\n|      The returned table will be one where each byte in frm is mapped to the byte at\n|      the same position in to.\n|\n|      The bytes objects frm and to must be of the same length.\n"
                },
                {
                    "name": "class classmethod",
                    "content": "|  classmethod(function) -> method\n|\n|  Convert a function to be a class method.\n|\n|  A class method receives the class as implicit first argument,\n|  just like an instance method receives the instance.\n|  To declare a class method, use this idiom:\n|\n|    class C:\n|        @classmethod\n|        def f(cls, arg1, arg2, ...):\n|            ...\n|\n|  It can be called either on the class (e.g. C.f()) or on an instance\n|  (e.g. C().f()).  The instance is ignored except for its class.\n|  If a class method is called for a derived class, the derived class\n|  object is passed as the implied first argument.\n|\n|  Class methods are different than C++ or Java static methods.\n|  If you want those, see the staticmethod builtin.\n|\n|  Methods defined here:\n|\n|  get(self, instance, owner=None, /)\n|      Return an attribute of instance, which is of type owner.\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  dict\n|\n|  func\n|\n|  isabstractmethod\n|\n|  wrapped\n"
                },
                {
                    "name": "class complex",
                    "content": "|  complex(real=0, imag=0)\n|\n|  Create a complex number from a real part and an optional imaginary part.\n|\n|  This is equivalent to (real + imag*1j) where imag defaults to 0.\n|\n|  Methods defined here:\n|\n|  abs(self, /)\n|      abs(self)\n|\n|  add(self, value, /)\n|      Return self+value.\n|\n|  bool(self, /)\n|      True if self else False\n|\n|  eq(self, value, /)\n|      Return self==value.\n|\n|  format(self, formatspec, /)\n|      Convert to a string according to formatspec.\n|\n|  ge(self, value, /)\n|      Return self>=value.\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  getnewargs(self, /)\n|\n|  gt(self, value, /)\n|      Return self>value.\n|\n|  hash(self, /)\n|      Return hash(self).\n|\n|  le(self, value, /)\n|      Return self<=value.\n|\n|  lt(self, value, /)\n|      Return self<value.\n|\n|  mul(self, value, /)\n|      Return self*value.\n|\n|  ne(self, value, /)\n|      Return self!=value.\n|\n|  neg(self, /)\n|      -self\n|\n|  pos(self, /)\n|      +self\n|\n|  pow(self, value, mod=None, /)\n|      Return pow(self, value, mod).\n|\n|  radd(self, value, /)\n|      Return value+self.\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  rmul(self, value, /)\n|      Return value*self.\n|\n|  rpow(self, value, mod=None, /)\n|      Return pow(value, self, mod).\n|\n|  rsub(self, value, /)\n|      Return value-self.\n|\n|  rtruediv(self, value, /)\n|      Return value/self.\n|\n|  sub(self, value, /)\n|      Return self-value.\n|\n|  truediv(self, value, /)\n|      Return self/value.\n|\n|  conjugate(self, /)\n|      Return the complex conjugate of its argument. (3-4j).conjugate() == 3+4j.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  imag\n|      the imaginary part of a complex number\n|\n|  real\n|      the real part of a complex number\n"
                },
                {
                    "name": "class dict",
                    "content": "|  dict() -> new empty dictionary\n|  dict(mapping) -> new dictionary initialized from a mapping object's\n|      (key, value) pairs\n|  dict(iterable) -> new dictionary initialized as if via:\n|      d = {}\n|      for k, v in iterable:\n|          d[k] = v\n|  dict(kwargs) -> new dictionary initialized with the name=value pairs\n|      in the keyword argument list.  For example:  dict(one=1, two=2)\n|\n|  Methods defined here:\n|\n|  contains(self, key, /)\n|      True if the dictionary has the specified key, else False.\n|\n|  delitem(self, key, /)\n|      Delete self[key].\n|\n|  eq(self, value, /)\n|      Return self==value.\n|\n|  ge(self, value, /)\n|      Return self>=value.\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  getitem(...)\n|      x.getitem(y) <==> x[y]\n|\n|  gt(self, value, /)\n|      Return self>value.\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ior(self, value, /)\n|      Return self|=value.\n|\n|  iter(self, /)\n|      Implement iter(self).\n|\n|  le(self, value, /)\n|      Return self<=value.\n|\n|  len(self, /)\n|      Return len(self).\n|\n|  lt(self, value, /)\n|      Return self<value.\n|\n|  ne(self, value, /)\n|      Return self!=value.\n|\n|  or(self, value, /)\n|      Return self|value.\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  reversed(self, /)\n|      Return a reverse iterator over the dict keys.\n|\n|  ror(self, value, /)\n|      Return value|self.\n|\n|  setitem(self, key, value, /)\n|      Set self[key] to value.\n|\n|  sizeof(...)\n|      D.sizeof() -> size of D in memory, in bytes\n|\n|  clear(...)\n|      D.clear() -> None.  Remove all items from D.\n|\n|  copy(...)\n|      D.copy() -> a shallow copy of D\n|\n|  get(self, key, default=None, /)\n|      Return the value for key if key is in the dictionary, else default.\n|\n|  items(...)\n|      D.items() -> a set-like object providing a view on D's items\n|\n|  keys(...)\n|      D.keys() -> a set-like object providing a view on D's keys\n|\n|  pop(...)\n|      D.pop(k[,d]) -> v, remove specified key and return the corresponding value.\n|\n|      If the key is not found, return the default if given; otherwise,\n|      raise a KeyError.\n|\n|  popitem(self, /)\n|      Remove and return a (key, value) pair as a 2-tuple.\n|\n|      Pairs are returned in LIFO (last-in, first-out) order.\n|      Raises KeyError if the dict is empty.\n|\n|  setdefault(self, key, default=None, /)\n|      Insert key with a value of default if key is not in the dictionary.\n|\n|      Return the value for key if key is in the dictionary, else default.\n|\n|  update(...)\n|      D.update([E, ]F) -> None.  Update D from dict/iterable E and F.\n|      If E is present and has a .keys() method, then does:  for k in E: D[k] = E[k]\n|      If E is present and lacks a .keys() method, then does:  for k, v in E: D[k] = v\n|      In either case, this is followed by: for k in F:  D[k] = F[k]\n|\n|  values(...)\n|      D.values() -> an object providing a view on D's values\n|\n|  ----------------------------------------------------------------------\n|  Class methods defined here:\n|\n|  classgetitem(...) from type\n|      See PEP 585\n|\n|  fromkeys(iterable, value=None, /) from type\n|      Create a new dictionary with keys from iterable and values set to value.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data and other attributes defined here:\n|\n|  hash = None\n"
                },
                {
                    "name": "class enumerate",
                    "content": "|  enumerate(iterable, start=0)\n|\n|  Return an enumerate object.\n|\n|    iterable\n|      an object supporting iteration\n|\n|  The enumerate object yields pairs containing a count (from start, which\n|  defaults to zero) and a value yielded by the iterable argument.\n|\n|  enumerate is useful for obtaining an indexed list:\n|      (0, seq[0]), (1, seq[1]), (2, seq[2]), ...\n|\n|  Methods defined here:\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  iter(self, /)\n|      Implement iter(self).\n|\n|  next(self, /)\n|      Implement next(self).\n|\n|  reduce(...)\n|      Return state information for pickling.\n|\n|  ----------------------------------------------------------------------\n|  Class methods defined here:\n|\n|  classgetitem(...) from type\n|      See PEP 585\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n"
                },
                {
                    "name": "class filter",
                    "content": "|  filter(function or None, iterable) --> filter object\n|\n|  Return an iterator yielding those items of iterable for which function(item)\n|  is true. If function is None, return the items that are true.\n|\n|  Methods defined here:\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  iter(self, /)\n|      Implement iter(self).\n|\n|  next(self, /)\n|      Implement next(self).\n|\n|  reduce(...)\n|      Return state information for pickling.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n"
                },
                {
                    "name": "class float",
                    "content": "|  float(x=0, /)\n|\n|  Convert a string or number to a floating point number, if possible.\n|\n|  Methods defined here:\n|\n|  abs(self, /)\n|      abs(self)\n|\n|  add(self, value, /)\n|      Return self+value.\n|\n|  bool(self, /)\n|      True if self else False\n|\n|  ceil(self, /)\n|      Return the ceiling as an Integral.\n|\n|  divmod(self, value, /)\n|      Return divmod(self, value).\n|\n|  eq(self, value, /)\n|      Return self==value.\n|\n|  float(self, /)\n|      float(self)\n|\n|  floor(self, /)\n|      Return the floor as an Integral.\n|\n|  floordiv(self, value, /)\n|      Return self//value.\n|\n|  format(self, formatspec, /)\n|      Formats the float according to formatspec.\n|\n|  ge(self, value, /)\n|      Return self>=value.\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  getnewargs(self, /)\n|\n|  gt(self, value, /)\n|      Return self>value.\n|\n|  hash(self, /)\n|      Return hash(self).\n|\n|  int(self, /)\n|      int(self)\n|\n|  le(self, value, /)\n|      Return self<=value.\n|\n|  lt(self, value, /)\n|      Return self<value.\n|\n|  mod(self, value, /)\n|      Return self%value.\n|\n|  mul(self, value, /)\n|      Return self*value.\n|\n|  ne(self, value, /)\n|      Return self!=value.\n|\n|  neg(self, /)\n|      -self\n|\n|  pos(self, /)\n|      +self\n|\n|  pow(self, value, mod=None, /)\n|      Return pow(self, value, mod).\n|\n|  radd(self, value, /)\n|      Return value+self.\n|\n|  rdivmod(self, value, /)\n|      Return divmod(value, self).\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  rfloordiv(self, value, /)\n|      Return value//self.\n|\n|  rmod(self, value, /)\n|      Return value%self.\n|\n|  rmul(self, value, /)\n|      Return value*self.\n|\n|  round(self, ndigits=None, /)\n|      Return the Integral closest to x, rounding half toward even.\n|\n|      When an argument is passed, work like built-in round(x, ndigits).\n|\n|  rpow(self, value, mod=None, /)\n|      Return pow(value, self, mod).\n|\n|  rsub(self, value, /)\n|      Return value-self.\n|\n|  rtruediv(self, value, /)\n|      Return value/self.\n|\n|  sub(self, value, /)\n|      Return self-value.\n|\n|  truediv(self, value, /)\n|      Return self/value.\n|\n|  trunc(self, /)\n|      Return the Integral closest to x between 0 and x.\n|\n|  asintegerratio(self, /)\n|      Return integer ratio.\n|\n|      Return a pair of integers, whose ratio is exactly equal to the original float\n|      and with a positive denominator.\n|\n|      Raise OverflowError on infinities and a ValueError on NaNs.\n|\n|      >>> (10.0).asintegerratio()\n|      (10, 1)\n|      >>> (0.0).asintegerratio()\n|      (0, 1)\n|      >>> (-.25).asintegerratio()\n|      (-1, 4)\n|\n|  conjugate(self, /)\n|      Return self, the complex conjugate of any float.\n|\n|  hex(self, /)\n|      Return a hexadecimal representation of a floating-point number.\n|\n|      >>> (-0.1).hex()\n|      '-0x1.999999999999ap-4'\n|      >>> 3.14159.hex()\n|      '0x1.921f9f01b866ep+1'\n|\n|  isinteger(self, /)\n|      Return True if the float is an integer.\n|\n|  ----------------------------------------------------------------------\n|  Class methods defined here:\n|\n|  getformat(typestr, /) from type\n|      You probably don't want to use this function.\n|\n|        typestr\n|          Must be 'double' or 'float'.\n|\n|      It exists mainly to be used in Python's test suite.\n|\n|      This function returns whichever of 'unknown', 'IEEE, big-endian' or 'IEEE,\n|      little-endian' best describes the format of floating point numbers used by the\n|      C type named by typestr.\n|\n|  setformat(typestr, fmt, /) from type\n|      You probably don't want to use this function.\n|\n|        typestr\n|          Must be 'double' or 'float'.\n|        fmt\n|          Must be one of 'unknown', 'IEEE, big-endian' or 'IEEE, little-endian',\n|          and in addition can only be one of the latter two if it appears to\n|          match the underlying C reality.\n|\n|      It exists mainly to be used in Python's test suite.\n|\n|      Override the automatic determination of C-level floating point type.\n|      This affects how floats are converted to and from binary strings.\n|\n|  fromhex(string, /) from type\n|      Create a floating-point number from a hexadecimal string.\n|\n|      >>> float.fromhex('0x1.ffffp10')\n|      2047.984375\n|      >>> float.fromhex('-0x1p-1074')\n|      -5e-324\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  imag\n|      the imaginary part of a complex number\n|\n|  real\n|      the real part of a complex number\n"
                },
                {
                    "name": "class frozenset",
                    "content": "|  frozenset() -> empty frozenset object\n|  frozenset(iterable) -> frozenset object\n|\n|  Build an immutable unordered collection of unique elements.\n|\n|  Methods defined here:\n|\n|  and(self, value, /)\n|      Return self&value.\n|\n|  contains(...)\n|      x.contains(y) <==> y in x.\n|\n|  eq(self, value, /)\n|      Return self==value.\n|\n|  ge(self, value, /)\n|      Return self>=value.\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  gt(self, value, /)\n|      Return self>value.\n|\n|  hash(self, /)\n|      Return hash(self).\n|\n|  iter(self, /)\n|      Implement iter(self).\n|\n|  le(self, value, /)\n|      Return self<=value.\n|\n|  len(self, /)\n|      Return len(self).\n|\n|  lt(self, value, /)\n|      Return self<value.\n|\n|  ne(self, value, /)\n|      Return self!=value.\n|\n|  or(self, value, /)\n|      Return self|value.\n|\n|  rand(self, value, /)\n|      Return value&self.\n|\n|  reduce(...)\n|      Return state information for pickling.\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  ror(self, value, /)\n|      Return value|self.\n|\n|  rsub(self, value, /)\n|      Return value-self.\n|\n|  rxor(self, value, /)\n|      Return value^self.\n|\n|  sizeof(...)\n|      S.sizeof() -> size of S in memory, in bytes\n|\n|  sub(self, value, /)\n|      Return self-value.\n|\n|  xor(self, value, /)\n|      Return self^value.\n|\n|  copy(...)\n|      Return a shallow copy of a set.\n|\n|  difference(...)\n|      Return the difference of two or more sets as a new set.\n|\n|      (i.e. all elements that are in this set but not the others.)\n|\n|  intersection(...)\n|      Return the intersection of two sets as a new set.\n|\n|      (i.e. all elements that are in both sets.)\n|\n|  isdisjoint(...)\n|      Return True if two sets have a null intersection.\n|\n|  issubset(...)\n|      Report whether another set contains this set.\n|\n|  issuperset(...)\n|      Report whether this set contains another set.\n|\n|  symmetricdifference(...)\n|      Return the symmetric difference of two sets as a new set.\n|\n|      (i.e. all elements that are in exactly one of the sets.)\n|\n|  union(...)\n|      Return the union of sets as a new set.\n|\n|      (i.e. all elements that are in either set.)\n|\n|  ----------------------------------------------------------------------\n|  Class methods defined here:\n|\n|  classgetitem(...) from type\n|      See PEP 585\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n"
                },
                {
                    "name": "class int",
                    "content": "|  int([x]) -> integer\n|  int(x, base=10) -> integer\n|\n|  Convert a number or string to an integer, or return 0 if no arguments\n|  are given.  If x is a number, return x.int().  For floating point\n|  numbers, this truncates towards zero.\n|\n|  If x is not a number or if base is given, then x must be a string,\n|  bytes, or bytearray instance representing an integer literal in the\n|  given base.  The literal can be preceded by '+' or '-' and be surrounded\n|  by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.\n|  Base 0 means to interpret the base from the string as an integer literal.\n|  >>> int('0b100', base=0)\n|  4\n|\n|  Built-in subclasses:\n|      bool\n|\n|  Methods defined here:\n|\n|  abs(self, /)\n|      abs(self)\n|\n|  add(self, value, /)\n|      Return self+value.\n|\n|  and(self, value, /)\n|      Return self&value.\n|\n|  bool(self, /)\n|      True if self else False\n|\n|  ceil(...)\n|      Ceiling of an Integral returns itself.\n|\n|  divmod(self, value, /)\n|      Return divmod(self, value).\n|\n|  eq(self, value, /)\n|      Return self==value.\n|\n|  float(self, /)\n|      float(self)\n|\n|  floor(...)\n|      Flooring an Integral returns itself.\n|\n|  floordiv(self, value, /)\n|      Return self//value.\n|\n|  format(self, formatspec, /)\n|      Default object formatter.\n|\n|  ge(self, value, /)\n|      Return self>=value.\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  getnewargs(self, /)\n|\n|  gt(self, value, /)\n|      Return self>value.\n|\n|  hash(self, /)\n|      Return hash(self).\n|\n|  index(self, /)\n|      Return self converted to an integer, if self is suitable for use as an index into a list.\n|\n|  int(self, /)\n|      int(self)\n|\n|  invert(self, /)\n|      ~self\n|\n|  le(self, value, /)\n|      Return self<=value.\n|\n|  lshift(self, value, /)\n|      Return self<<value.\n|\n|  lt(self, value, /)\n|      Return self<value.\n|\n|  mod(self, value, /)\n|      Return self%value.\n|\n|  mul(self, value, /)\n|      Return self*value.\n|\n|  ne(self, value, /)\n|      Return self!=value.\n|\n|  neg(self, /)\n|      -self\n|\n|  or(self, value, /)\n|      Return self|value.\n|\n|  pos(self, /)\n|      +self\n|\n|  pow(self, value, mod=None, /)\n|      Return pow(self, value, mod).\n|\n|  radd(self, value, /)\n|      Return value+self.\n|\n|  rand(self, value, /)\n|      Return value&self.\n|\n|  rdivmod(self, value, /)\n|      Return divmod(value, self).\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  rfloordiv(self, value, /)\n|      Return value//self.\n|\n|  rlshift(self, value, /)\n|      Return value<<self.\n|\n|  rmod(self, value, /)\n|      Return value%self.\n|\n|  rmul(self, value, /)\n|      Return value*self.\n|\n|  ror(self, value, /)\n|      Return value|self.\n|\n|  round(...)\n|      Rounding an Integral returns itself.\n|\n|      Rounding with an ndigits argument also returns an integer.\n|\n|  rpow(self, value, mod=None, /)\n|      Return pow(value, self, mod).\n|\n|  rrshift(self, value, /)\n|      Return value>>self.\n|\n|  rshift(self, value, /)\n|      Return self>>value.\n|\n|  rsub(self, value, /)\n|      Return value-self.\n|\n|  rtruediv(self, value, /)\n|      Return value/self.\n|\n|  rxor(self, value, /)\n|      Return value^self.\n|\n|  sizeof(self, /)\n|      Returns size in memory, in bytes.\n|\n|  sub(self, value, /)\n|      Return self-value.\n|\n|  truediv(self, value, /)\n|      Return self/value.\n|\n|  trunc(...)\n|      Truncating an Integral returns itself.\n|\n|  xor(self, value, /)\n|      Return self^value.\n|\n|  asintegerratio(self, /)\n|      Return integer ratio.\n|\n|      Return a pair of integers, whose ratio is exactly equal to the original int\n|      and with a positive denominator.\n|\n|      >>> (10).asintegerratio()\n|      (10, 1)\n|      >>> (-10).asintegerratio()\n|      (-10, 1)\n|      >>> (0).asintegerratio()\n|      (0, 1)\n|\n|  bitcount(self, /)\n|      Number of ones in the binary representation of the absolute value of self.\n|\n|      Also known as the population count.\n|\n|      >>> bin(13)\n|      '0b1101'\n|      >>> (13).bitcount()\n|      3\n|\n|  bitlength(self, /)\n|      Number of bits necessary to represent self in binary.\n|\n|      >>> bin(37)\n|      '0b100101'\n|      >>> (37).bitlength()\n|      6\n|\n|  conjugate(...)\n|      Returns self, the complex conjugate of any int.\n|\n|  tobytes(self, /, length, byteorder, *, signed=False)\n|      Return an array of bytes representing an integer.\n|\n|      length\n|        Length of bytes object to use.  An OverflowError is raised if the\n|        integer is not representable with the given number of bytes.\n|      byteorder\n|        The byte order used to represent the integer.  If byteorder is 'big',\n|        the most significant byte is at the beginning of the byte array.  If\n|        byteorder is 'little', the most significant byte is at the end of the\n|        byte array.  To request the native byte order of the host system, use\n|        `sys.byteorder' as the byte order value.\n|      signed\n|        Determines whether two's complement is used to represent the integer.\n|        If signed is False and a negative integer is given, an OverflowError\n|        is raised.\n|\n|  ----------------------------------------------------------------------\n|  Class methods defined here:\n|\n|  frombytes(bytes, byteorder, *, signed=False) from type\n|      Return the integer represented by the given array of bytes.\n|\n|      bytes\n|        Holds the array of bytes to convert.  The argument must either\n|        support the buffer protocol or be an iterable object producing bytes.\n|        Bytes and bytearray are examples of built-in objects that support the\n|        buffer protocol.\n|      byteorder\n|        The byte order used to represent the integer.  If byteorder is 'big',\n|        the most significant byte is at the beginning of the byte array.  If\n|        byteorder is 'little', the most significant byte is at the end of the\n|        byte array.  To request the native byte order of the host system, use\n|        `sys.byteorder' as the byte order value.\n|      signed\n|        Indicates whether two's complement is used to represent the integer.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  denominator\n|      the denominator of a rational number in lowest terms\n|\n|  imag\n|      the imaginary part of a complex number\n|\n|  numerator\n|      the numerator of a rational number in lowest terms\n|\n|  real\n|      the real part of a complex number\n"
                },
                {
                    "name": "class list",
                    "content": "|  list(iterable=(), /)\n|\n|  Built-in mutable sequence.\n|\n|  If no argument is given, the constructor creates a new empty list.\n|  The argument must be an iterable if specified.\n|\n|  Methods defined here:\n|\n|  add(self, value, /)\n|      Return self+value.\n|\n|  contains(self, key, /)\n|      Return key in self.\n|\n|  delitem(self, key, /)\n|      Delete self[key].\n|\n|  eq(self, value, /)\n|      Return self==value.\n|\n|  ge(self, value, /)\n|      Return self>=value.\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  getitem(...)\n|      x.getitem(y) <==> x[y]\n|\n|  gt(self, value, /)\n|      Return self>value.\n|\n|  iadd(self, value, /)\n|      Implement self+=value.\n|\n|  imul(self, value, /)\n|      Implement self*=value.\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  iter(self, /)\n|      Implement iter(self).\n|\n|  le(self, value, /)\n|      Return self<=value.\n|\n|  len(self, /)\n|      Return len(self).\n|\n|  lt(self, value, /)\n|      Return self<value.\n|\n|  mul(self, value, /)\n|      Return self*value.\n|\n|  ne(self, value, /)\n|      Return self!=value.\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  reversed(self, /)\n|      Return a reverse iterator over the list.\n|\n|  rmul(self, value, /)\n|      Return value*self.\n|\n|  setitem(self, key, value, /)\n|      Set self[key] to value.\n|\n|  sizeof(self, /)\n|      Return the size of the list in memory, in bytes.\n|\n|  append(self, object, /)\n|      Append object to the end of the list.\n|\n|  clear(self, /)\n|      Remove all items from list.\n|\n|  copy(self, /)\n|      Return a shallow copy of the list.\n|\n|  count(self, value, /)\n|      Return number of occurrences of value.\n|\n|  extend(self, iterable, /)\n|      Extend list by appending elements from the iterable.\n|\n|  index(self, value, start=0, stop=9223372036854775807, /)\n|      Return first index of value.\n|\n|      Raises ValueError if the value is not present.\n|\n|  insert(self, index, object, /)\n|      Insert object before index.\n|\n|  pop(self, index=-1, /)\n|      Remove and return item at index (default last).\n|\n|      Raises IndexError if list is empty or index is out of range.\n|\n|  remove(self, value, /)\n|      Remove first occurrence of value.\n|\n|      Raises ValueError if the value is not present.\n|\n|  reverse(self, /)\n|      Reverse *IN PLACE*.\n|\n|  sort(self, /, *, key=None, reverse=False)\n|      Sort the list in ascending order and return None.\n|\n|      The sort is in-place (i.e. the list itself is modified) and stable (i.e. the\n|      order of two equal elements is maintained).\n|\n|      If a key function is given, apply it once to each list item and sort them,\n|      ascending or descending, according to their function values.\n|\n|      The reverse flag can be set to sort in descending order.\n|\n|  ----------------------------------------------------------------------\n|  Class methods defined here:\n|\n|  classgetitem(...) from type\n|      See PEP 585\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data and other attributes defined here:\n|\n|  hash = None\n"
                },
                {
                    "name": "class map",
                    "content": "|  map(func, *iterables) --> map object\n|\n|  Make an iterator that computes the function using arguments from\n|  each of the iterables.  Stops when the shortest iterable is exhausted.\n|\n|  Methods defined here:\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  iter(self, /)\n|      Implement iter(self).\n|\n|  next(self, /)\n|      Implement next(self).\n|\n|  reduce(...)\n|      Return state information for pickling.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n"
                },
                {
                    "name": "class memoryview",
                    "content": "|  memoryview(object)\n|\n|  Create a new memoryview object which references the given object.\n|\n|  Methods defined here:\n|\n|  delitem(self, key, /)\n|      Delete self[key].\n|\n|  enter(...)\n|\n|  eq(self, value, /)\n|      Return self==value.\n|\n|  exit(...)\n|\n|  ge(self, value, /)\n|      Return self>=value.\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  getitem(self, key, /)\n|      Return self[key].\n|\n|  gt(self, value, /)\n|      Return self>value.\n|\n|  hash(self, /)\n|      Return hash(self).\n|\n|  iter(self, /)\n|      Implement iter(self).\n|\n|  le(self, value, /)\n|      Return self<=value.\n|\n|  len(self, /)\n|      Return len(self).\n|\n|  lt(self, value, /)\n|      Return self<value.\n|\n|  ne(self, value, /)\n|      Return self!=value.\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  setitem(self, key, value, /)\n|      Set self[key] to value.\n|\n|  cast(...)\n|      Cast a memoryview to a new format or shape.\n|\n|  hex(...)\n|      Return the data in the buffer as a str of hexadecimal numbers.\n|\n|        sep\n|          An optional single character or byte to separate hex bytes.\n|        bytespersep\n|          How many bytes between separators.  Positive values count from the\n|          right, negative values count from the left.\n|\n|      Example:\n|      >>> value = memoryview(b'\\xb9\\x01\\xef')\n|      >>> value.hex()\n|      'b901ef'\n|      >>> value.hex(':')\n|      'b9:01:ef'\n|      >>> value.hex(':', 2)\n|      'b9:01ef'\n|      >>> value.hex(':', -2)\n|      'b901:ef'\n|\n|  release(self, /)\n|      Release the underlying buffer exposed by the memoryview object.\n|\n|  tobytes(self, /, order='C')\n|      Return the data in the buffer as a byte string.\n|\n|      Order can be {'C', 'F', 'A'}. When order is 'C' or 'F', the data of the\n|      original array is converted to C or Fortran order. For contiguous views,\n|      'A' returns an exact copy of the physical memory. In particular, in-memory\n|      Fortran order is preserved. For non-contiguous views, the data is converted\n|      to C first. order=None is the same as order='C'.\n|\n|  tolist(self, /)\n|      Return the data in the buffer as a list of elements.\n|\n|  toreadonly(self, /)\n|      Return a readonly version of the memoryview.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  ccontiguous\n|      A bool indicating whether the memory is C contiguous.\n|\n|  contiguous\n|      A bool indicating whether the memory is contiguous.\n|\n|  fcontiguous\n|      A bool indicating whether the memory is Fortran contiguous.\n|\n|  format\n|      A string containing the format (in struct module style)\n|      for each element in the view.\n|\n|  itemsize\n|      The size in bytes of each element of the memoryview.\n|\n|  nbytes\n|      The amount of space in bytes that the array would use in\n|      a contiguous representation.\n|\n|  ndim\n|      An integer indicating how many dimensions of a multi-dimensional\n|      array the memory represents.\n|\n|  obj\n|      The underlying object of the memoryview.\n|\n|  readonly\n|      A bool indicating whether the memory is read only.\n|\n|  shape\n|      A tuple of ndim integers giving the shape of the memory\n|      as an N-dimensional array.\n|\n|  strides\n|      A tuple of ndim integers giving the size in bytes to access\n|      each element for each dimension of the array.\n|\n|  suboffsets\n|      A tuple of integers used internally for PIL-style arrays.\n\nclass object\n|  The base class of the class hierarchy.\n|\n|  When called, it accepts no arguments and returns a new featureless\n|  instance that has no instance attributes and cannot be given any.\n|\n|  Built-in subclasses:\n|      anextawaitable\n|      asyncgenerator\n|      asyncgeneratorasend\n|      asyncgeneratorathrow\n|      ... and 85 other subclasses\n|\n|  Methods defined here:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  dir(self, /)\n|      Default dir() implementation.\n|\n|  eq(self, value, /)\n|      Return self==value.\n|\n|  format(self, formatspec, /)\n|      Default object formatter.\n|\n|  ge(self, value, /)\n|      Return self>=value.\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  gt(self, value, /)\n|      Return self>value.\n|\n|  hash(self, /)\n|      Return hash(self).\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  le(self, value, /)\n|      Return self<=value.\n|\n|  lt(self, value, /)\n|      Return self<value.\n|\n|  ne(self, value, /)\n|      Return self!=value.\n|\n|  reduce(self, /)\n|      Helper for pickle.\n|\n|  reduceex(self, protocol, /)\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|  sizeof(self, /)\n|      Size of object in memory, in bytes.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Class methods defined here:\n|\n|  initsubclass(...) from type\n|      This method is called when a class is subclassed.\n|\n|      The default implementation does nothing. It may be\n|      overridden to extend subclasses.\n|\n|  subclasshook(...) from type\n|      Abstract classes can override this to customize issubclass().\n|\n|      This is invoked early on by abc.ABCMeta.subclasscheck().\n|      It should return True, False or NotImplemented.  If it returns\n|      NotImplemented, the normal algorithm is used.  Otherwise, it\n|      overrides the normal algorithm (and the outcome is cached).\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data and other attributes defined here:\n|\n|  class = <class 'type'>\n|      type(object) -> the object's type\n|      type(name, bases, dict, kwds) -> a new type\n"
                },
                {
                    "name": "class property",
                    "content": "|  property(fget=None, fset=None, fdel=None, doc=None)\n|\n|  Property attribute.\n|\n|    fget\n|      function to be used for getting an attribute value\n|    fset\n|      function to be used for setting an attribute value\n|    fdel\n|      function to be used for del'ing an attribute\n|    doc\n|      docstring\n|\n|  Typical use is to define a managed attribute x:\n|\n|  class C(object):\n|      def getx(self): return self.x\n|      def setx(self, value): self.x = value\n|      def delx(self): del self.x\n|      x = property(getx, setx, delx, \"I'm the 'x' property.\")\n|\n|  Decorators make defining new properties or modifying existing ones easy:\n|\n|  class C(object):\n|      @property\n|      def x(self):\n|          \"I am the 'x' property.\"\n|          return self.x\n|      @x.setter\n|      def x(self, value):\n|          self.x = value\n|      @x.deleter\n|      def x(self):\n|          del self.x\n|\n|  Methods defined here:\n|\n|  delete(self, instance, /)\n|      Delete an attribute of instance.\n|\n|  get(self, instance, owner=None, /)\n|      Return an attribute of instance, which is of type owner.\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  set(self, instance, value, /)\n|      Set an attribute of instance to value.\n|\n|  setname(...)\n|      Method to set name of a property.\n|\n|  deleter(...)\n|      Descriptor to obtain a copy of the property with a different deleter.\n|\n|  getter(...)\n|      Descriptor to obtain a copy of the property with a different getter.\n|\n|  setter(...)\n|      Descriptor to obtain a copy of the property with a different setter.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  isabstractmethod\n|\n|  fdel\n|\n|  fget\n|\n|  fset\n"
                },
                {
                    "name": "class range",
                    "content": "|  range(stop) -> range object\n|  range(start, stop[, step]) -> range object\n|\n|  Return an object that produces a sequence of integers from start (inclusive)\n|  to stop (exclusive) by step.  range(i, j) produces i, i+1, i+2, ..., j-1.\n|  start defaults to 0, and stop is omitted!  range(4) produces 0, 1, 2, 3.\n|  These are exactly the valid indices for a list of 4 elements.\n|  When step is given, it specifies the increment (or decrement).\n|\n|  Methods defined here:\n|\n|  bool(self, /)\n|      True if self else False\n|\n|  contains(self, key, /)\n|      Return key in self.\n|\n|  eq(self, value, /)\n|      Return self==value.\n|\n|  ge(self, value, /)\n|      Return self>=value.\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  getitem(self, key, /)\n|      Return self[key].\n|\n|  gt(self, value, /)\n|      Return self>value.\n|\n|  hash(self, /)\n|      Return hash(self).\n|\n|  iter(self, /)\n|      Implement iter(self).\n|\n|  le(self, value, /)\n|      Return self<=value.\n|\n|  len(self, /)\n|      Return len(self).\n|\n|  lt(self, value, /)\n|      Return self<value.\n|\n|  ne(self, value, /)\n|      Return self!=value.\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  reversed(...)\n|      Return a reverse iterator.\n|\n|  count(...)\n|      rangeobject.count(value) -> integer -- return number of occurrences of value\n|\n|  index(...)\n|      rangeobject.index(value) -> integer -- return index of value.\n|      Raise ValueError if the value is not present.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  start\n|\n|  step\n|\n|  stop\n"
                },
                {
                    "name": "class reversed",
                    "content": "|  reversed(sequence, /)\n|\n|  Return a reverse iterator over the values of the given sequence.\n|\n|  Methods defined here:\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  iter(self, /)\n|      Implement iter(self).\n|\n|  lengthhint(...)\n|      Private method returning an estimate of len(list(it)).\n|\n|  next(self, /)\n|      Implement next(self).\n|\n|  reduce(...)\n|      Return state information for pickling.\n|\n|  setstate(...)\n|      Set state information for unpickling.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n"
                },
                {
                    "name": "class set",
                    "content": "|  set() -> new empty set object\n|  set(iterable) -> new set object\n|\n|  Build an unordered collection of unique elements.\n|\n|  Methods defined here:\n|\n|  and(self, value, /)\n|      Return self&value.\n|\n|  contains(...)\n|      x.contains(y) <==> y in x.\n|\n|  eq(self, value, /)\n|      Return self==value.\n|\n|  ge(self, value, /)\n|      Return self>=value.\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  gt(self, value, /)\n|      Return self>value.\n|\n|  iand(self, value, /)\n|      Return self&=value.\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ior(self, value, /)\n|      Return self|=value.\n|\n|  isub(self, value, /)\n|      Return self-=value.\n|\n|  iter(self, /)\n|      Implement iter(self).\n|\n|  ixor(self, value, /)\n|      Return self^=value.\n|\n|  le(self, value, /)\n|      Return self<=value.\n|\n|  len(self, /)\n|      Return len(self).\n|\n|  lt(self, value, /)\n|      Return self<value.\n|\n|  ne(self, value, /)\n|      Return self!=value.\n|\n|  or(self, value, /)\n|      Return self|value.\n|\n|  rand(self, value, /)\n|      Return value&self.\n|\n|  reduce(...)\n|      Return state information for pickling.\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  ror(self, value, /)\n|      Return value|self.\n|\n|  rsub(self, value, /)\n|      Return value-self.\n|\n|  rxor(self, value, /)\n|      Return value^self.\n|\n|  sizeof(...)\n|      S.sizeof() -> size of S in memory, in bytes\n|\n|  sub(self, value, /)\n|      Return self-value.\n|\n|  xor(self, value, /)\n|      Return self^value.\n|\n|  add(...)\n|      Add an element to a set.\n|\n|      This has no effect if the element is already present.\n|\n|  clear(...)\n|      Remove all elements from this set.\n|\n|  copy(...)\n|      Return a shallow copy of a set.\n|\n|  difference(...)\n|      Return the difference of two or more sets as a new set.\n|\n|      (i.e. all elements that are in this set but not the others.)\n|\n|  differenceupdate(...)\n|      Remove all elements of another set from this set.\n|\n|  discard(...)\n|      Remove an element from a set if it is a member.\n|\n|      If the element is not a member, do nothing.\n|\n|  intersection(...)\n|      Return the intersection of two sets as a new set.\n|\n|      (i.e. all elements that are in both sets.)\n|\n|  intersectionupdate(...)\n|      Update a set with the intersection of itself and another.\n|\n|  isdisjoint(...)\n|      Return True if two sets have a null intersection.\n|\n|  issubset(...)\n|      Report whether another set contains this set.\n|\n|  issuperset(...)\n|      Report whether this set contains another set.\n|\n|  pop(...)\n|      Remove and return an arbitrary set element.\n|      Raises KeyError if the set is empty.\n|\n|  remove(...)\n|      Remove an element from a set; it must be a member.\n|\n|      If the element is not a member, raise a KeyError.\n|\n|  symmetricdifference(...)\n|      Return the symmetric difference of two sets as a new set.\n|\n|      (i.e. all elements that are in exactly one of the sets.)\n|\n|  symmetricdifferenceupdate(...)\n|      Update a set with the symmetric difference of itself and another.\n|\n|  union(...)\n|      Return the union of sets as a new set.\n|\n|      (i.e. all elements that are in either set.)\n|\n|  update(...)\n|      Update a set with the union of itself and others.\n|\n|  ----------------------------------------------------------------------\n|  Class methods defined here:\n|\n|  classgetitem(...) from type\n|      See PEP 585\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data and other attributes defined here:\n|\n|  hash = None\n"
                },
                {
                    "name": "class slice",
                    "content": "|  slice(stop)\n|  slice(start, stop[, step])\n|\n|  Create a slice object.  This is used for extended slicing (e.g. a[0:10:2]).\n|\n|  Methods defined here:\n|\n|  eq(self, value, /)\n|      Return self==value.\n|\n|  ge(self, value, /)\n|      Return self>=value.\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  gt(self, value, /)\n|      Return self>value.\n|\n|  le(self, value, /)\n|      Return self<=value.\n|\n|  lt(self, value, /)\n|      Return self<value.\n|\n|  ne(self, value, /)\n|      Return self!=value.\n|\n|  reduce(...)\n|      Return state information for pickling.\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  indices(...)\n|      S.indices(len) -> (start, stop, stride)\n|\n|      Assuming a sequence of length len, calculate the start and stop\n|      indices, and the stride length of the extended slice described by\n|      S. Out of bounds indices are clipped in a manner consistent with the\n|      handling of normal slices.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  start\n|\n|  step\n|\n|  stop\n|\n|  ----------------------------------------------------------------------\n|  Data and other attributes defined here:\n|\n|  hash = None\n"
                },
                {
                    "name": "class staticmethod",
                    "content": "|  staticmethod(function) -> method\n|\n|  Convert a function to be a static method.\n|\n|  A static method does not receive an implicit first argument.\n|  To declare a static method, use this idiom:\n|\n|       class C:\n|           @staticmethod\n|           def f(arg1, arg2, ...):\n|               ...\n|\n|  It can be called either on the class (e.g. C.f()) or on an instance\n|  (e.g. C().f()). Both the class and the instance are ignored, and\n|  neither is passed implicitly as the first argument to the method.\n|\n|  Static methods in Python are similar to those found in Java or C++.\n|  For a more advanced concept, see the classmethod builtin.\n|\n|  Methods defined here:\n|\n|  call(self, /, *args, kwargs)\n|      Call self as a function.\n|\n|  get(self, instance, owner=None, /)\n|      Return an attribute of instance, which is of type owner.\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  dict\n|\n|  func\n|\n|  isabstractmethod\n|\n|  wrapped\n"
                },
                {
                    "name": "class str",
                    "content": "|  str(object='') -> str\n|  str(bytesorbuffer[, encoding[, errors]]) -> str\n|\n|  Create a new string object from the given object. If encoding or\n|  errors is specified, then the object must expose a data buffer\n|  that will be decoded using the given encoding and error handler.\n|  Otherwise, returns the result of object.str() (if defined)\n|  or repr(object).\n|  encoding defaults to sys.getdefaultencoding().\n|  errors defaults to 'strict'.\n|\n|  Methods defined here:\n|\n|  add(self, value, /)\n|      Return self+value.\n|\n|  contains(self, key, /)\n|      Return key in self.\n|\n|  eq(self, value, /)\n|      Return self==value.\n|\n|  format(self, formatspec, /)\n|      Return a formatted version of the string as described by formatspec.\n|\n|  ge(self, value, /)\n|      Return self>=value.\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  getitem(self, key, /)\n|      Return self[key].\n|\n|  getnewargs(...)\n|\n|  gt(self, value, /)\n|      Return self>value.\n|\n|  hash(self, /)\n|      Return hash(self).\n|\n|  iter(self, /)\n|      Implement iter(self).\n|\n|  le(self, value, /)\n|      Return self<=value.\n|\n|  len(self, /)\n|      Return len(self).\n|\n|  lt(self, value, /)\n|      Return self<value.\n|\n|  mod(self, value, /)\n|      Return self%value.\n|\n|  mul(self, value, /)\n|      Return self*value.\n|\n|  ne(self, value, /)\n|      Return self!=value.\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  rmod(self, value, /)\n|      Return value%self.\n|\n|  rmul(self, value, /)\n|      Return value*self.\n|\n|  sizeof(self, /)\n|      Return the size of the string in memory, in bytes.\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  capitalize(self, /)\n|      Return a capitalized version of the string.\n|\n|      More specifically, make the first character have upper case and the rest lower\n|      case.\n|\n|  casefold(self, /)\n|      Return a version of the string suitable for caseless comparisons.\n|\n|  center(self, width, fillchar=' ', /)\n|      Return a centered string of length width.\n|\n|      Padding is done using the specified fill character (default is a space).\n|\n|  count(...)\n|      S.count(sub[, start[, end]]) -> int\n|\n|      Return the number of non-overlapping occurrences of substring sub in\n|      string S[start:end].  Optional arguments start and end are\n|      interpreted as in slice notation.\n|\n|  encode(self, /, encoding='utf-8', errors='strict')\n|      Encode the string using the codec registered for encoding.\n|\n|      encoding\n|        The encoding in which to encode the string.\n|      errors\n|        The error handling scheme to use for encoding errors.\n|        The default is 'strict' meaning that encoding errors raise a\n|        UnicodeEncodeError.  Other possible values are 'ignore', 'replace' and\n|        'xmlcharrefreplace' as well as any other name registered with\n|        codecs.registererror that can handle UnicodeEncodeErrors.\n|\n|  endswith(...)\n|      S.endswith(suffix[, start[, end]]) -> bool\n|\n|      Return True if S ends with the specified suffix, False otherwise.\n|      With optional start, test S beginning at that position.\n|      With optional end, stop comparing S at that position.\n|      suffix can also be a tuple of strings to try.\n|\n|  expandtabs(self, /, tabsize=8)\n|      Return a copy where all tab characters are expanded using spaces.\n|\n|      If tabsize is not given, a tab size of 8 characters is assumed.\n|\n|  find(...)\n|      S.find(sub[, start[, end]]) -> int\n|\n|      Return the lowest index in S where substring sub is found,\n|      such that sub is contained within S[start:end].  Optional\n|      arguments start and end are interpreted as in slice notation.\n|\n|      Return -1 on failure.\n|\n|  format(...)\n|      S.format(*args, kwargs) -> str\n|\n|      Return a formatted version of S, using substitutions from args and kwargs.\n|      The substitutions are identified by braces ('{' and '}').\n|\n|  formatmap(...)\n|      S.formatmap(mapping) -> str\n|\n|      Return a formatted version of S, using substitutions from mapping.\n|      The substitutions are identified by braces ('{' and '}').\n|\n|  index(...)\n|      S.index(sub[, start[, end]]) -> int\n|\n|      Return the lowest index in S where substring sub is found,\n|      such that sub is contained within S[start:end].  Optional\n|      arguments start and end are interpreted as in slice notation.\n|\n|      Raises ValueError when the substring is not found.\n|\n|  isalnum(self, /)\n|      Return True if the string is an alpha-numeric string, False otherwise.\n|\n|      A string is alpha-numeric if all characters in the string are alpha-numeric and\n|      there is at least one character in the string.\n|\n|  isalpha(self, /)\n|      Return True if the string is an alphabetic string, False otherwise.\n|\n|      A string is alphabetic if all characters in the string are alphabetic and there\n|      is at least one character in the string.\n|\n|  isascii(self, /)\n|      Return True if all characters in the string are ASCII, False otherwise.\n|\n|      ASCII characters have code points in the range U+0000-U+007F.\n|      Empty string is ASCII too.\n|\n|  isdecimal(self, /)\n|      Return True if the string is a decimal string, False otherwise.\n|\n|      A string is a decimal string if all characters in the string are decimal and\n|      there is at least one character in the string.\n|\n|  isdigit(self, /)\n|      Return True if the string is a digit string, False otherwise.\n|\n|      A string is a digit string if all characters in the string are digits and there\n|      is at least one character in the string.\n|\n|  isidentifier(self, /)\n|      Return True if the string is a valid Python identifier, False otherwise.\n|\n|      Call keyword.iskeyword(s) to test whether string s is a reserved identifier,\n|      such as \"def\" or \"class\".\n|\n|  islower(self, /)\n|      Return True if the string is a lowercase string, False otherwise.\n|\n|      A string is lowercase if all cased characters in the string are lowercase and\n|      there is at least one cased character in the string.\n|\n|  isnumeric(self, /)\n|      Return True if the string is a numeric string, False otherwise.\n|\n|      A string is numeric if all characters in the string are numeric and there is at\n|      least one character in the string.\n|\n|  isprintable(self, /)\n|      Return True if the string is printable, False otherwise.\n|\n|      A string is printable if all of its characters are considered printable in\n|      repr() or if it is empty.\n|\n|  isspace(self, /)\n|      Return True if the string is a whitespace string, False otherwise.\n|\n|      A string is whitespace if all characters in the string are whitespace and there\n|      is at least one character in the string.\n|\n|  istitle(self, /)\n|      Return True if the string is a title-cased string, False otherwise.\n|\n|      In a title-cased string, upper- and title-case characters may only\n|      follow uncased characters and lowercase characters only cased ones.\n|\n|  isupper(self, /)\n|      Return True if the string is an uppercase string, False otherwise.\n|\n|      A string is uppercase if all cased characters in the string are uppercase and\n|      there is at least one cased character in the string.\n|\n|  join(self, iterable, /)\n|      Concatenate any number of strings.\n|\n|      The string whose method is called is inserted in between each given string.\n|      The result is returned as a new string.\n|\n|      Example: '.'.join(['ab', 'pq', 'rs']) -> 'ab.pq.rs'\n|\n|  ljust(self, width, fillchar=' ', /)\n|      Return a left-justified string of length width.\n|\n|      Padding is done using the specified fill character (default is a space).\n|\n|  lower(self, /)\n|      Return a copy of the string converted to lowercase.\n|\n|  lstrip(self, chars=None, /)\n|      Return a copy of the string with leading whitespace removed.\n|\n|      If chars is given and not None, remove characters in chars instead.\n|\n|  partition(self, sep, /)\n|      Partition the string into three parts using the given separator.\n|\n|      This will search for the separator in the string.  If the separator is found,\n|      returns a 3-tuple containing the part before the separator, the separator\n|      itself, and the part after it.\n|\n|      If the separator is not found, returns a 3-tuple containing the original string\n|      and two empty strings.\n|\n|  removeprefix(self, prefix, /)\n|      Return a str with the given prefix string removed if present.\n|\n|      If the string starts with the prefix string, return string[len(prefix):].\n|      Otherwise, return a copy of the original string.\n|\n|  removesuffix(self, suffix, /)\n|      Return a str with the given suffix string removed if present.\n|\n|      If the string ends with the suffix string and that suffix is not empty,\n|      return string[:-len(suffix)]. Otherwise, return a copy of the original\n|      string.\n|\n|  replace(self, old, new, count=-1, /)\n|      Return a copy with all occurrences of substring old replaced by new.\n|\n|        count\n|          Maximum number of occurrences to replace.\n|          -1 (the default value) means replace all occurrences.\n|\n|      If the optional argument count is given, only the first count occurrences are\n|      replaced.\n|\n|  rfind(...)\n|      S.rfind(sub[, start[, end]]) -> int\n|\n|      Return the highest index in S where substring sub is found,\n|      such that sub is contained within S[start:end].  Optional\n|      arguments start and end are interpreted as in slice notation.\n|\n|      Return -1 on failure.\n|\n|  rindex(...)\n|      S.rindex(sub[, start[, end]]) -> int\n|\n|      Return the highest index in S where substring sub is found,\n|      such that sub is contained within S[start:end].  Optional\n|      arguments start and end are interpreted as in slice notation.\n|\n|      Raises ValueError when the substring is not found.\n|\n|  rjust(self, width, fillchar=' ', /)\n|      Return a right-justified string of length width.\n|\n|      Padding is done using the specified fill character (default is a space).\n|\n|  rpartition(self, sep, /)\n|      Partition the string into three parts using the given separator.\n|\n|      This will search for the separator in the string, starting at the end. If\n|      the separator is found, returns a 3-tuple containing the part before the\n|      separator, the separator itself, and the part after it.\n|\n|      If the separator is not found, returns a 3-tuple containing two empty strings\n|      and the original string.\n|\n|  rsplit(self, /, sep=None, maxsplit=-1)\n|      Return a list of the substrings in the string, using sep as the separator string.\n|\n|        sep\n|          The separator used to split the string.\n|\n|          When set to None (the default value), will split on any whitespace\n|          character (including \\\\n \\\\r \\\\t \\\\f and spaces) and will discard\n|          empty strings from the result.\n|        maxsplit\n|          Maximum number of splits (starting from the left).\n|          -1 (the default value) means no limit.\n|\n|      Splitting starts at the end of the string and works to the front.\n|\n|  rstrip(self, chars=None, /)\n|      Return a copy of the string with trailing whitespace removed.\n|\n|      If chars is given and not None, remove characters in chars instead.\n|\n|  split(self, /, sep=None, maxsplit=-1)\n|      Return a list of the substrings in the string, using sep as the separator string.\n|\n|        sep\n|          The separator used to split the string.\n|\n|          When set to None (the default value), will split on any whitespace\n|          character (including \\\\n \\\\r \\\\t \\\\f and spaces) and will discard\n|          empty strings from the result.\n|        maxsplit\n|          Maximum number of splits (starting from the left).\n|          -1 (the default value) means no limit.\n|\n|      Note, str.split() is mainly useful for data that has been intentionally\n|      delimited.  With natural text that includes punctuation, consider using\n|      the regular expression module.\n|\n|  splitlines(self, /, keepends=False)\n|      Return a list of the lines in the string, breaking at line boundaries.\n|\n|      Line breaks are not included in the resulting list unless keepends is given and\n|      true.\n|\n|  startswith(...)\n|      S.startswith(prefix[, start[, end]]) -> bool\n|\n|      Return True if S starts with the specified prefix, False otherwise.\n|      With optional start, test S beginning at that position.\n|      With optional end, stop comparing S at that position.\n|      prefix can also be a tuple of strings to try.\n|\n|  strip(self, chars=None, /)\n|      Return a copy of the string with leading and trailing whitespace removed.\n|\n|      If chars is given and not None, remove characters in chars instead.\n|\n|  swapcase(self, /)\n|      Convert uppercase characters to lowercase and lowercase characters to uppercase.\n|\n|  title(self, /)\n|      Return a version of the string where each word is titlecased.\n|\n|      More specifically, words start with uppercased characters and all remaining\n|      cased characters have lower case.\n|\n|  translate(self, table, /)\n|      Replace each character in the string using the given translation table.\n|\n|        table\n|          Translation table, which must be a mapping of Unicode ordinals to\n|          Unicode ordinals, strings, or None.\n|\n|      The table must implement lookup/indexing via getitem, for instance a\n|      dictionary or list.  If this operation raises LookupError, the character is\n|      left untouched.  Characters mapped to None are deleted.\n|\n|  upper(self, /)\n|      Return a copy of the string converted to uppercase.\n|\n|  zfill(self, width, /)\n|      Pad a numeric string with zeros on the left, to fill a field of the given width.\n|\n|      The string is never truncated.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  maketrans(...)\n|      Return a translation table usable for str.translate().\n|\n|      If there is only one argument, it must be a dictionary mapping Unicode\n|      ordinals (integers) or characters to Unicode ordinals, strings or None.\n|      Character keys will be then converted to ordinals.\n|      If there are two arguments, they must be strings of equal length, and\n|      in the resulting dictionary, each character in x will be mapped to the\n|      character at the same position in y. If there is a third argument, it\n|      must be a string, whose characters will be mapped to None in the result.\n"
                },
                {
                    "name": "class super",
                    "content": "|  super() -> same as super(class, <first argument>)\n|  super(type) -> unbound super object\n|  super(type, obj) -> bound super object; requires isinstance(obj, type)\n|  super(type, type2) -> bound super object; requires issubclass(type2, type)\n|  Typical use to call a cooperative superclass method:\n|  class C(B):\n|      def meth(self, arg):\n|          super().meth(arg)\n|  This works for class methods too:\n|  class C(B):\n|      @classmethod\n|      def cmeth(cls, arg):\n|          super().cmeth(arg)\n|\n|  Methods defined here:\n|\n|  get(self, instance, owner=None, /)\n|      Return an attribute of instance, which is of type owner.\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  self\n|      the instance invoking super(); may be None\n|\n|  selfclass\n|      the type of the instance invoking super(); may be None\n|\n|  thisclass\n|      the class invoking super()\n"
                },
                {
                    "name": "class tuple",
                    "content": "|  tuple(iterable=(), /)\n|\n|  Built-in immutable sequence.\n|\n|  If no argument is given, the constructor returns an empty tuple.\n|  If iterable is specified the tuple is initialized from iterable's items.\n|\n|  If the argument is a tuple, the return value is the same object.\n|\n|  Built-in subclasses:\n|      asyncgenhooks\n|      UnraisableHookArgs\n|\n|  Methods defined here:\n|\n|  add(self, value, /)\n|      Return self+value.\n|\n|  contains(self, key, /)\n|      Return key in self.\n|\n|  eq(self, value, /)\n|      Return self==value.\n|\n|  ge(self, value, /)\n|      Return self>=value.\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  getitem(self, key, /)\n|      Return self[key].\n|\n|  getnewargs(self, /)\n|\n|  gt(self, value, /)\n|      Return self>value.\n|\n|  hash(self, /)\n|      Return hash(self).\n|\n|  iter(self, /)\n|      Implement iter(self).\n|\n|  le(self, value, /)\n|      Return self<=value.\n|\n|  len(self, /)\n|      Return len(self).\n|\n|  lt(self, value, /)\n|      Return self<value.\n|\n|  mul(self, value, /)\n|      Return self*value.\n|\n|  ne(self, value, /)\n|      Return self!=value.\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  rmul(self, value, /)\n|      Return value*self.\n|\n|  count(self, value, /)\n|      Return number of occurrences of value.\n|\n|  index(self, value, start=0, stop=9223372036854775807, /)\n|      Return first index of value.\n|\n|      Raises ValueError if the value is not present.\n|\n|  ----------------------------------------------------------------------\n|  Class methods defined here:\n|\n|  classgetitem(...) from type\n|      See PEP 585\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n"
                },
                {
                    "name": "class type",
                    "content": "|  type(object) -> the object's type\n|  type(name, bases, dict, kwds) -> a new type\n|\n|  Methods defined here:\n|\n|  call(self, /, *args, kwargs)\n|      Call self as a function.\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  dir(self, /)\n|      Specialized dir implementation for types.\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  instancecheck(self, instance, /)\n|      Check if an object is an instance.\n|\n|  or(self, value, /)\n|      Return self|value.\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  ror(self, value, /)\n|      Return value|self.\n|\n|  setattr(self, name, value, /)\n|      Implement setattr(self, name, value).\n|\n|  sizeof(self, /)\n|      Return memory consumption of the type object.\n|\n|  subclasscheck(self, subclass, /)\n|      Check if a class is a subclass.\n|\n|  subclasses(self, /)\n|      Return a list of immediate subclasses.\n|\n|  mro(self, /)\n|      Return a type's method resolution order.\n|\n|  ----------------------------------------------------------------------\n|  Class methods defined here:\n|\n|  prepare(...)\n|      prepare() -> dict\n|      used to create the namespace for the class statement\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs)\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  abstractmethods\n|\n|  annotations\n|\n|  dict\n|\n|  textsignature\n|\n|  ----------------------------------------------------------------------\n|  Data and other attributes defined here:\n|\n|  base = <class 'object'>\n|      The base class of the class hierarchy.\n|\n|      When called, it accepts no arguments and returns a new featureless\n|      instance that has no instance attributes and cannot be given any.\n|\n|\n|  bases = (<class 'object'>,)\n|\n|  basicsize = 888\n|\n|  dictoffset = 264\n|\n|  flags = 2148031744\n|\n|  itemsize = 40\n|\n|  mro = (<class 'type'>, <class 'object'>)\n|\n|  weakrefoffset = 368\n"
                },
                {
                    "name": "class zip",
                    "content": "|  zip(*iterables, strict=False) --> Yield tuples until an input is exhausted.\n|\n|     >>> list(zip('abcdefg', range(3), range(4)))\n|     [('a', 0, 0), ('b', 1, 1), ('c', 2, 2)]\n|\n|  The zip object yields n-length tuples, where n is the number of iterables\n|  passed as positional arguments to zip().  The i-th element in every tuple\n|  comes from the i-th iterable argument to zip().  This continues until the\n|  shortest argument is exhausted.\n|\n|  If strict is true and one of the arguments is exhausted before the others,\n|  raise a ValueError.\n|\n|  Methods defined here:\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  iter(self, /)\n|      Implement iter(self).\n|\n|  next(self, /)\n|      Implement next(self).\n|\n|  reduce(...)\n|      Return state information for pickling.\n|\n|  setstate(...)\n|      Set state information for unpickling.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from type\n|      Create and return a new object.  See help(type) for accurate signature.\n"
                }
            ]
        },
        "FUNCTIONS": {
            "content": "buildclass(...)\nbuildclass(func, name, /, *bases, [metaclass], kwds) -> class\n\nInternal helper function used by the class statement.\n\nimport(...)\nimport(name, globals=None, locals=None, fromlist=(), level=0) -> module\n\nImport a module. Because this function is meant for use by the Python\ninterpreter and not for general use, it is better to use\nimportlib.importmodule() to programmatically import a module.\n\nThe globals argument is only used to determine the context;\nthey are not modified.  The locals argument is unused.  The fromlist\nshould be a list of names to emulate ``from name import ...'', or an\nempty list to emulate ``import name''.\nWhen importing a module from a package, note that import('A.B', ...)\nreturns package A when fromlist is empty, but its submodule B when\nfromlist is not empty.  The level argument is used to determine whether to\nperform absolute or relative imports: 0 is absolute, while a positive number\nis the number of parent directories to search relative to the current module.\n",
            "subsections": [
                {
                    "name": "abs",
                    "content": "Return the absolute value of the argument.\n"
                },
                {
                    "name": "aiter",
                    "content": "Return an AsyncIterator for an AsyncIterable object.\n"
                },
                {
                    "name": "all",
                    "content": "Return True if bool(x) is True for all values x in the iterable.\n\nIf the iterable is empty, return True.\n"
                },
                {
                    "name": "anext",
                    "content": "Return the next item from the async iterator.\n"
                },
                {
                    "name": "any",
                    "content": "Return True if bool(x) is True for any x in the iterable.\n\nIf the iterable is empty, return False.\n"
                },
                {
                    "name": "ascii",
                    "content": "Return an ASCII-only representation of an object.\n\nAs repr(), return a string containing a printable representation of an\nobject, but escape the non-ASCII characters in the string returned by\nrepr() using \\\\x, \\\\u or \\\\U escapes. This generates a string similar\nto that returned by repr() in Python 2.\n"
                },
                {
                    "name": "bin",
                    "content": "Return the binary representation of an integer.\n\n>>> bin(2796202)\n'0b1010101010101010101010'\n"
                },
                {
                    "name": "breakpoint",
                    "content": "breakpoint(*args, kws)\n\nCall sys.breakpointhook(*args, kws).  sys.breakpointhook() must accept\nwhatever arguments are passed.\n\nBy default, this drops you into the pdb debugger.\n"
                },
                {
                    "name": "callable",
                    "content": "Return whether the object is callable (i.e., some kind of function).\n\nNote that classes are callable, as are instances of classes with a\ncall() method.\n"
                },
                {
                    "name": "chr",
                    "content": "Return a Unicode string of one character with ordinal i; 0 <= i <= 0x10ffff.\n"
                },
                {
                    "name": "compile",
                    "content": "Compile source into a code object that can be executed by exec() or eval().\n\nThe source code may represent a Python module, statement or expression.\nThe filename will be used for run-time error messages.\nThe mode must be 'exec' to compile a module, 'single' to compile a\nsingle (interactive) statement, or 'eval' to compile an expression.\nThe flags argument, if present, controls which future statements influence\nthe compilation of the code.\nThe dontinherit argument, if true, stops the compilation inheriting\nthe effects of any future statements in effect in the code calling\ncompile; if absent or false these statements do influence the compilation,\nin addition to any features explicitly specified.\n"
                },
                {
                    "name": "delattr",
                    "content": "Deletes the named attribute from the given object.\n\ndelattr(x, 'y') is equivalent to ``del x.y''\n"
                },
                {
                    "name": "dir",
                    "content": "dir([object]) -> list of strings\n\nIf called without an argument, return the names in the current scope.\nElse, return an alphabetized list of names comprising (some of) the attributes\nof the given object, and of attributes reachable from it.\nIf the object supplies a method named dir, it will be used; otherwise\nthe default dir() logic is used and returns:\nfor a module object: the module's attributes.\nfor a class object:  its attributes, and recursively the attributes\nof its bases.\nfor any other object: its attributes, its class's attributes, and\nrecursively the attributes of its class's base classes.\n"
                },
                {
                    "name": "divmod",
                    "content": "Return the tuple (x//y, x%y).  Invariant: div*y + mod == x.\n"
                },
                {
                    "name": "eval",
                    "content": "Evaluate the given source in the context of globals and locals.\n\nThe source may be a string representing a Python expression\nor a code object as returned by compile().\nThe globals must be a dictionary and locals can be any mapping,\ndefaulting to the current globals and locals.\nIf only globals is given, locals defaults to it.\n"
                },
                {
                    "name": "exec",
                    "content": "Execute the given source in the context of globals and locals.\n\nThe source may be a string representing one or more Python statements\nor a code object as returned by compile().\nThe globals must be a dictionary and locals can be any mapping,\ndefaulting to the current globals and locals.\nIf only globals is given, locals defaults to it.\n"
                },
                {
                    "name": "format",
                    "content": "Return value.format(formatspec)\n\nformatspec defaults to the empty string.\nSee the Format Specification Mini-Language section of help('FORMATTING') for\ndetails.\n"
                },
                {
                    "name": "getattr",
                    "content": "getattr(object, name[, default]) -> value\n\nGet a named attribute from an object; getattr(x, 'y') is equivalent to x.y.\nWhen a default argument is given, it is returned when the attribute doesn't\nexist; without it, an exception is raised in that case.\n"
                },
                {
                    "name": "globals",
                    "content": "Return the dictionary containing the current scope's global variables.\n\nNOTE: Updates to this dictionary *will* affect name lookups in the current\nglobal scope and vice-versa.\n"
                },
                {
                    "name": "hasattr",
                    "content": "Return whether the object has an attribute with the given name.\n\nThis is done by calling getattr(obj, name) and catching AttributeError.\n"
                },
                {
                    "name": "hash",
                    "content": "Return the hash value for the given object.\n\nTwo objects that compare equal must also have the same hash value, but the\nreverse is not necessarily true.\n"
                },
                {
                    "name": "hex",
                    "content": "Return the hexadecimal representation of an integer.\n\n>>> hex(12648430)\n'0xc0ffee'\n"
                },
                {
                    "name": "id",
                    "content": "Return the identity of an object.\n\nThis is guaranteed to be unique among simultaneously existing objects.\n(CPython uses the object's memory address.)\n"
                },
                {
                    "name": "input",
                    "content": "Read a string from standard input.  The trailing newline is stripped.\n\nThe prompt string, if given, is printed to standard output without a\ntrailing newline before reading input.\n\nIf the user hits EOF (*nix: Ctrl-D, Windows: Ctrl-Z+Return), raise EOFError.\nOn *nix systems, readline is used if available.\n"
                },
                {
                    "name": "isinstance",
                    "content": "Return whether an object is an instance of a class or of a subclass thereof.\n\nA tuple, as in ``isinstance(x, (A, B, ...))``, may be given as the target to\ncheck against. This is equivalent to ``isinstance(x, A) or isinstance(x, B)\nor ...`` etc.\n"
                },
                {
                    "name": "issubclass",
                    "content": "Return whether 'cls' is derived from another class or is the same class.\n\nA tuple, as in ``issubclass(x, (A, B, ...))``, may be given as the target to\ncheck against. This is equivalent to ``issubclass(x, A) or issubclass(x, B)\nor ...``.\n"
                },
                {
                    "name": "iter",
                    "content": "iter(iterable) -> iterator\niter(callable, sentinel) -> iterator\n\nGet an iterator from an object.  In the first form, the argument must\nsupply its own iterator, or be a sequence.\nIn the second form, the callable is called until it returns the sentinel.\n"
                },
                {
                    "name": "len",
                    "content": "Return the number of items in a container.\n"
                },
                {
                    "name": "locals",
                    "content": "Return a dictionary containing the current scope's local variables.\n\nNOTE: Whether or not updates to this dictionary will affect name lookups in\nthe local scope and vice-versa is *implementation dependent* and not\ncovered by any backwards compatibility guarantees.\n"
                },
                {
                    "name": "max",
                    "content": "max(iterable, *[, default=obj, key=func]) -> value\nmax(arg1, arg2, *args, *[, key=func]) -> value\n\nWith a single iterable argument, return its biggest item. The\ndefault keyword-only argument specifies an object to return if\nthe provided iterable is empty.\nWith two or more arguments, return the largest argument.\n"
                },
                {
                    "name": "min",
                    "content": "min(iterable, *[, default=obj, key=func]) -> value\nmin(arg1, arg2, *args, *[, key=func]) -> value\n\nWith a single iterable argument, return its smallest item. The\ndefault keyword-only argument specifies an object to return if\nthe provided iterable is empty.\nWith two or more arguments, return the smallest argument.\n"
                },
                {
                    "name": "next",
                    "content": "next(iterator[, default])\n\nReturn the next item from the iterator. If default is given and the iterator\nis exhausted, it is returned instead of raising StopIteration.\n"
                },
                {
                    "name": "oct",
                    "content": "Return the octal representation of an integer.\n\n>>> oct(342391)\n'0o1234567'\n"
                },
                {
                    "name": "open",
                    "content": "Open file and return a stream.  Raise OSError upon failure.\n\nfile is either a text or byte string giving the name (and the path\nif the file isn't in the current working directory) of the file to\nbe opened or an integer file descriptor of the file to be\nwrapped. (If a file descriptor is given, it is closed when the\nreturned I/O object is closed, unless closefd is set to False.)\n\nmode is an optional string that specifies the mode in which the file\nis opened. It defaults to 'r' which means open for reading in text\nmode.  Other common values are 'w' for writing (truncating the file if\nit already exists), 'x' for creating and writing to a new file, and\n'a' for appending (which on some Unix systems, means that all writes\nappend to the end of the file regardless of the current seek position).\nIn text mode, if encoding is not specified the encoding used is platform\ndependent: locale.getpreferredencoding(False) is called to get the\ncurrent locale encoding. (For reading and writing raw bytes use binary\nmode and leave encoding unspecified.) The available modes are:\n\n========= ===============================================================\nCharacter Meaning\n--------- ---------------------------------------------------------------\n'r'       open for reading (default)\n'w'       open for writing, truncating the file first\n'x'       create a new file and open it for writing\n'a'       open for writing, appending to the end of the file if it exists\n'b'       binary mode\n't'       text mode (default)\n'+'       open a disk file for updating (reading and writing)\n'U'       universal newline mode (deprecated)\n========= ===============================================================\n\nThe default mode is 'rt' (open for reading text). For binary random\naccess, the mode 'w+b' opens and truncates the file to 0 bytes, while\n'r+b' opens the file without truncation. The 'x' mode implies 'w' and\nraises an `FileExistsError` if the file already exists.\n\nPython distinguishes between files opened in binary and text modes,\neven when the underlying operating system doesn't. Files opened in\nbinary mode (appending 'b' to the mode argument) return contents as\nbytes objects without any decoding. In text mode (the default, or when\n't' is appended to the mode argument), the contents of the file are\nreturned as strings, the bytes having been first decoded using a\nplatform-dependent encoding or using the specified encoding if given.\n\n'U' mode is deprecated and will raise an exception in future versions\nof Python.  It has no effect in Python 3.  Use newline to control\nuniversal newlines mode.\n\nbuffering is an optional integer used to set the buffering policy.\nPass 0 to switch buffering off (only allowed in binary mode), 1 to select\nline buffering (only usable in text mode), and an integer > 1 to indicate\nthe size of a fixed-size chunk buffer.  When no buffering argument is\ngiven, the default buffering policy works as follows:\n\n* Binary files are buffered in fixed-size chunks; the size of the buffer\nis chosen using a heuristic trying to determine the underlying device's\n\"block size\" and falling back on `io.DEFAULTBUFFERSIZE`.\nOn many systems, the buffer will typically be 4096 or 8192 bytes long.\n\n* \"Interactive\" text files (files for which isatty() returns True)\nuse line buffering.  Other text files use the policy described above\nfor binary files.\n\nencoding is the name of the encoding used to decode or encode the\nfile. This should only be used in text mode. The default encoding is\nplatform dependent, but any encoding supported by Python can be\npassed.  See the codecs module for the list of supported encodings.\n\nerrors is an optional string that specifies how encoding errors are to\nbe handled---this argument should not be used in binary mode. Pass\n'strict' to raise a ValueError exception if there is an encoding error\n(the default of None has the same effect), or pass 'ignore' to ignore\nerrors. (Note that ignoring encoding errors can lead to data loss.)\nSee the documentation for codecs.register or run 'help(codecs.Codec)'\nfor a list of the permitted encoding error strings.\n\nnewline controls how universal newlines works (it only applies to text\nmode). It can be None, '', '\\n', '\\r', and '\\r\\n'.  It works as\nfollows:\n\n* On input, if newline is None, universal newlines mode is\nenabled. Lines in the input can end in '\\n', '\\r', or '\\r\\n', and\nthese are translated into '\\n' before being returned to the\ncaller. If it is '', universal newline mode is enabled, but line\nendings are returned to the caller untranslated. If it has any of\nthe other legal values, input lines are only terminated by the given\nstring, and the line ending is returned to the caller untranslated.\n\n* On output, if newline is None, any '\\n' characters written are\ntranslated to the system default line separator, os.linesep. If\nnewline is '' or '\\n', no translation takes place. If newline is any\nof the other legal values, any '\\n' characters written are translated\nto the given string.\n\nIf closefd is False, the underlying file descriptor will be kept open\nwhen the file is closed. This does not work when a file name is given\nand must be True in that case.\n\nA custom opener can be used by passing a callable as *opener*. The\nunderlying file descriptor for the file object is then obtained by\ncalling *opener* with (*file*, *flags*). *opener* must return an open\nfile descriptor (passing os.open as *opener* results in functionality\nsimilar to passing None).\n\nopen() returns a file object whose type depends on the mode, and\nthrough which the standard file operations such as reading and writing\nare performed. When open() is used to open a file in a text mode ('w',\n'r', 'wt', 'rt', etc.), it returns a TextIOWrapper. When used to open\na file in a binary mode, the returned class varies: in read binary\nmode, it returns a BufferedReader; in write binary and append binary\nmodes, it returns a BufferedWriter, and in read/write mode, it returns\na BufferedRandom.\n\nIt is also possible to use a string or bytearray as a file for both\nreading and writing. For strings StringIO can be used like a file\nopened in a text mode, and for bytes a BytesIO can be used like a file\nopened in a binary mode.\n"
                },
                {
                    "name": "ord",
                    "content": "Return the Unicode code point for a one-character string.\n"
                },
                {
                    "name": "pow",
                    "content": "Equivalent to baseexp with 2 arguments or baseexp % mod with 3 arguments\n\nSome types, such as ints, are able to use a more efficient algorithm when\ninvoked using the three argument form.\n\nprint(...)\nprint(value, ..., sep=' ', end='\\n', file=sys.stdout, flush=False)\n\nPrints the values to a stream, or to sys.stdout by default.\nOptional keyword arguments:\nfile:  a file-like object (stream); defaults to the current sys.stdout.\nsep:   string inserted between values, default a space.\nend:   string appended after the last value, default a newline.\nflush: whether to forcibly flush the stream.\n"
                },
                {
                    "name": "repr",
                    "content": "Return the canonical string representation of the object.\n\nFor many object types, including most builtins, eval(repr(obj)) == obj.\n"
                },
                {
                    "name": "round",
                    "content": "Round a number to a given precision in decimal digits.\n\nThe return value is an integer if ndigits is omitted or None.  Otherwise\nthe return value has the same type as the number.  ndigits may be negative.\n"
                },
                {
                    "name": "setattr",
                    "content": "Sets the named attribute on the given object to the specified value.\n\nsetattr(x, 'y', v) is equivalent to ``x.y = v''\n"
                },
                {
                    "name": "sorted",
                    "content": "Return a new list containing all items from the iterable in ascending order.\n\nA custom key function can be supplied to customize the sort order, and the\nreverse flag can be set to request the result in descending order.\n"
                },
                {
                    "name": "sum",
                    "content": "Return the sum of a 'start' value (default: 0) plus an iterable of numbers\n\nWhen the iterable is empty, return the start value.\nThis function is intended specifically for use with numeric values and may\nreject non-numeric types.\n"
                },
                {
                    "name": "vars",
                    "content": "vars([object]) -> dictionary\n\nWithout arguments, equivalent to locals().\nWith an argument, equivalent to object.dict.\n"
                }
            ]
        },
        "DATA": {
            "content": "Ellipsis = Ellipsis\nFalse = False\nNone = None\nNotImplemented = NotImplemented\nTrue = True\ndebug = True\ncopyright = Copyright (c) 2001-2023 Python Software Foundati...ematisc...\ncredits =     Thanks to CWI, CNRI, BeOpen.com, Zope Corpor...opment.  ...\nexit = Use exit() or Ctrl-D (i.e. EOF) to exit\nhelp = Type help() for interactive help, or help(object) for help abou...\nlicense = Type license() to see the full license text\nquit = Use quit() or Ctrl-D (i.e. EOF) to exit\n",
            "subsections": []
        },
        "FILE": {
            "content": "(built-in)\n\n",
            "subsections": []
        }
    },
    "summary": "builtins - Built-in functions, exceptions, and other objects.",
    "flags": [],
    "examples": [],
    "see_also": []
}