{
    "content": [
        {
            "type": "text",
            "text": "# _testsinglephase (pydoc)\n\n## NAME\n\ntestsinglephase - Test module testsinglephase\n\n## Sections\n\n- **NAME**\n- **MODULE REFERENCE**\n- **CLASSES** (1 subsections)\n- **FUNCTIONS** (4 subsections)\n- **DATA**\n- **FILE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "_testsinglephase",
        "section": "",
        "mode": "pydoc",
        "summary": "testsinglephase - Test module testsinglephase",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "MODULE REFERENCE",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "CLASSES",
                "lines": 3,
                "subsections": [
                    {
                        "name": "class error",
                        "lines": 71
                    }
                ]
            },
            {
                "name": "FUNCTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "initialized_count",
                        "lines": 4
                    },
                    {
                        "name": "look_up_self",
                        "lines": 4
                    },
                    {
                        "name": "state_initialized",
                        "lines": 4
                    },
                    {
                        "name": "sum",
                        "lines": 4
                    }
                ]
            },
            {
                "name": "DATA",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "testsinglephase - Test module testsinglephase\n",
                "subsections": []
            },
            "MODULE REFERENCE": {
                "content": "https://docs.python.org/3.12/library/testsinglephase.html\n\nThe following documentation is automatically generated from the Python\nsource files.  It may be incomplete, incorrect or include features that\nare considered implementation detail and may vary between Python\nimplementations.  When in doubt, consult the module reference at the\nlocation listed above.\n",
                "subsections": []
            },
            "CLASSES": {
                "content": "builtins.Exception(builtins.BaseException)\nerror\n",
                "subsections": [
                    {
                        "name": "class error",
                        "content": "|  Method resolution order:\n|      error\n|      builtins.Exception\n|      builtins.BaseException\n|      builtins.object\n|\n|  Data descriptors defined here:\n|\n|  weakref\n|      list of weak references to the object\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from builtins.Exception:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from builtins.Exception:\n|\n|  new(*args, kwargs) class method of builtins.Exception\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from builtins.BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  setattr(self, name, value, /)\n|      Implement setattr(self, name, value).\n|\n|  setstate(...)\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  addnote(...)\n|      Exception.addnote(note) --\n|      add a note to the exception\n|\n|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from builtins.BaseException:\n|\n|  cause\n|      exception cause\n|\n|  context\n|      exception context\n|\n|  dict\n|\n|  suppresscontext\n|\n|  traceback\n|\n|  args\n"
                    }
                ]
            },
            "FUNCTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "initialized_count",
                        "content": "initializedcount()\n\nReturn how many times the module has been initialized.\n"
                    },
                    {
                        "name": "look_up_self",
                        "content": "lookupself()\n\nReturn the module associated with this module's def.mbase.mindex.\n"
                    },
                    {
                        "name": "state_initialized",
                        "content": "stateinitialized()\n\nReturn the seconds-since-epoch when the module state was initialized.\n"
                    },
                    {
                        "name": "sum",
                        "content": "sum(i,j)\n\nReturn the sum of i and j.\n"
                    }
                ]
            },
            "DATA": {
                "content": "intconst = 1969\nstrconst = 'something different'\n",
                "subsections": []
            },
            "FILE": {
                "content": "/usr/lib/python3.12/lib-dynload/testsinglephase.cpython-312-x8664-linux-gnu.so\n\n",
                "subsections": []
            }
        }
    }
}