{
    "content": [
        {
            "type": "text",
            "text": "# stringprep (pydoc)\n\n**Summary:** stringprep - Library that exposes various tables found in the StringPrep RFC 3454.\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **MODULE REFERENCE** (8 lines)\n- **DESCRIPTION** (3 lines)\n- **FUNCTIONS** (1 lines) — 19 subsections\n  - in_table_a1 (1 lines)\n  - in_table_b1 (1 lines)\n  - in_table_c11 (1 lines)\n  - in_table_c11_c12 (1 lines)\n  - in_table_c12 (1 lines)\n  - in_table_c21 (1 lines)\n  - in_table_c21_c22 (1 lines)\n  - in_table_c22 (1 lines)\n  - in_table_c3 (1 lines)\n  - in_table_c4 (1 lines)\n  - in_table_c5 (1 lines)\n  - in_table_c6 (1 lines)\n  - in_table_c7 (1 lines)\n  - in_table_c8 (1 lines)\n  - in_table_c9 (1 lines)\n  - in_table_d1 (1 lines)\n  - in_table_d2 (1 lines)\n  - map_table_b2 (1 lines)\n  - map_table_b3 (1 lines)\n- **DATA** (9 lines)\n- **FILE** (3 lines)\n\n## Full Content\n\n### NAME\n\nstringprep - Library that exposes various tables found in the StringPrep RFC 3454.\n\n### MODULE REFERENCE\n\nhttps://docs.python.org/3.10/library/stringprep.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\nThere are two kinds of tables: sets, for which a member test is provided,\nand mappings, for which a mapping function is provided.\n\n### FUNCTIONS\n\n#### in_table_a1\n\n#### in_table_b1\n\n#### in_table_c11\n\n#### in_table_c11_c12\n\n#### in_table_c12\n\n#### in_table_c21\n\n#### in_table_c21_c22\n\n#### in_table_c22\n\n#### in_table_c3\n\n#### in_table_c4\n\n#### in_table_c5\n\n#### in_table_c6\n\n#### in_table_c7\n\n#### in_table_c8\n\n#### in_table_c9\n\n#### in_table_d1\n\n#### in_table_d2\n\n#### map_table_b2\n\n#### map_table_b3\n\n### DATA\n\nb1set = {173, 847, 6150, 6155, 6156, 6157, ...}\nb3exceptions = {181: 'μ', 223: 'ss', 304: 'i̇', 329: 'ʼn', 383: 's', ...\nc22specials = {1757, 1807, 6158, 8204, 8205, 8232, ...}\nc6set = {65529, 65530, 65531, 65532, 65533}\nc7set = {12272, 12273, 12274, 12275, 12276, 12277, ...}\nc8set = {832, 833, 8206, 8207, 8234, 8235, ...}\nc9set = {917505, 917536, 917537, 917538, 917539, 917540, ...}\nunicodedata = <unicodedata.UCD object>\n\n### FILE\n\n/usr/lib/python3.10/stringprep.py\n\n"
        }
    ],
    "structuredContent": {
        "command": "stringprep",
        "section": "",
        "mode": "pydoc",
        "summary": "stringprep - Library that exposes various tables found in the StringPrep RFC 3454.",
        "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": 3,
                "subsections": []
            },
            {
                "name": "FUNCTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "in_table_a1",
                        "lines": 1
                    },
                    {
                        "name": "in_table_b1",
                        "lines": 1
                    },
                    {
                        "name": "in_table_c11",
                        "lines": 1
                    },
                    {
                        "name": "in_table_c11_c12",
                        "lines": 1
                    },
                    {
                        "name": "in_table_c12",
                        "lines": 1
                    },
                    {
                        "name": "in_table_c21",
                        "lines": 1
                    },
                    {
                        "name": "in_table_c21_c22",
                        "lines": 1
                    },
                    {
                        "name": "in_table_c22",
                        "lines": 1
                    },
                    {
                        "name": "in_table_c3",
                        "lines": 1
                    },
                    {
                        "name": "in_table_c4",
                        "lines": 1
                    },
                    {
                        "name": "in_table_c5",
                        "lines": 1
                    },
                    {
                        "name": "in_table_c6",
                        "lines": 1
                    },
                    {
                        "name": "in_table_c7",
                        "lines": 1
                    },
                    {
                        "name": "in_table_c8",
                        "lines": 1
                    },
                    {
                        "name": "in_table_c9",
                        "lines": 1
                    },
                    {
                        "name": "in_table_d1",
                        "lines": 1
                    },
                    {
                        "name": "in_table_d2",
                        "lines": 1
                    },
                    {
                        "name": "map_table_b2",
                        "lines": 1
                    },
                    {
                        "name": "map_table_b3",
                        "lines": 1
                    }
                ]
            },
            {
                "name": "DATA",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ]
    }
}