{
    "content": [
        {
            "type": "text",
            "text": "# apport_python_hook (pydoc)\n\n**Summary:** apportpythonhook - Python sys.excepthook hook to generate apport crash dumps.\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **FUNCTIONS** (1 lines) — 4 subsections\n  - apport_excepthook (2 lines)\n  - dbus_service_unknown_analysis (1 lines)\n  - enabled (2 lines)\n  - install (2 lines)\n- **DATA** (2 lines)\n- **FILE** (3 lines)\n\n## Full Content\n\n### NAME\n\napportpythonhook - Python sys.excepthook hook to generate apport crash dumps.\n\n### FUNCTIONS\n\n#### apport_excepthook\n\nCatch an uncaught exception and make a traceback.\n\n#### dbus_service_unknown_analysis\n\n#### enabled\n\nReturn whether Apport should generate crash reports.\n\n#### install\n\nInstall the python apport hook.\n\n### DATA\n\nCONFIG = '/etc/default/apport'\n\n### FILE\n\n/usr/lib/python3/dist-packages/apportpythonhook.py\n\n"
        }
    ],
    "structuredContent": {
        "command": "apport_python_hook",
        "section": "",
        "mode": "pydoc",
        "summary": "apportpythonhook - Python sys.excepthook hook to generate apport crash dumps.",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "FUNCTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "apport_excepthook",
                        "lines": 2
                    },
                    {
                        "name": "dbus_service_unknown_analysis",
                        "lines": 1
                    },
                    {
                        "name": "enabled",
                        "lines": 2
                    },
                    {
                        "name": "install",
                        "lines": 2
                    }
                ]
            },
            {
                "name": "DATA",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ]
    }
}