{
    "content": [
        {
            "type": "text",
            "text": "# _bootsubprocess (pydoc)\n\n**Summary:** bootsubprocess\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **MODULE REFERENCE** (8 lines)\n- **DESCRIPTION** (4 lines)\n- **CLASSES** (3 lines) — 1 subsections\n  - class Popen (21 lines)\n- **FUNCTIONS** (1 lines) — 1 subsections\n  - check_output (2 lines)\n- **FILE** (3 lines)\n\n## Full Content\n\n### NAME\n\nbootsubprocess\n\n### MODULE REFERENCE\n\nhttps://docs.python.org/3.10/library/bootsubprocess.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\n### DESCRIPTION\n\nBasic subprocess implementation for POSIX which only uses os functions. Only\nimplement features required by setup.py to build C extension modules when\nsubprocess is unavailable. setup.py is not used on Windows.\n\n### CLASSES\n\nbuiltins.object\nPopen\n\n#### class Popen\n\n|  Popen(cmd, env=None)\n|\n|  # distutils.spawn used by distutils.command.buildext\n|  # calls subprocess.Popen().wait()\n|\n|  Methods defined here:\n|\n|  init(self, cmd, env=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  wait(self)\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n\n### FUNCTIONS\n\n#### check_output\n\n# aixsupport used by distutil.util calls subprocess.checkoutput()\n\n### FILE\n\n/usr/lib/python3.10/bootsubprocess.py\n\n"
        }
    ],
    "structuredContent": {
        "command": "_bootsubprocess",
        "section": "",
        "mode": "pydoc",
        "summary": "bootsubprocess",
        "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": "DESCRIPTION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "CLASSES",
                "lines": 3,
                "subsections": [
                    {
                        "name": "class Popen",
                        "lines": 21
                    }
                ]
            },
            {
                "name": "FUNCTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "check_output",
                        "lines": 2
                    }
                ]
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ]
    }
}