{
    "content": [
        {
            "type": "text",
            "text": "# _abc (pydoc)\n\n## NAME\n\nabc - Module contains faster C implementation of abc.ABCMeta\n\n## Sections\n\n- **NAME**\n- **FUNCTIONS** (1 subsections)\n- **FILE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "_abc",
        "section": "",
        "mode": "pydoc",
        "summary": "abc - Module contains faster C implementation of abc.ABCMeta",
        "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": "get_cache_token",
                        "lines": 6
                    }
                ]
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "abc - Module contains faster C implementation of abc.ABCMeta\n",
                "subsections": []
            },
            "FUNCTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "get_cache_token",
                        "content": "Returns the current ABC cache token.\n\nThe token is an opaque object (supporting equality testing) identifying the\ncurrent version of the ABC cache for virtual subclasses. The token changes\nwith every call to register() on any ABC.\n"
                    }
                ]
            },
            "FILE": {
                "content": "(built-in)\n\n",
                "subsections": []
            }
        }
    }
}