# stringprep - pydoc - phpman

Help on module stringprep:

## NAME
    stringprep - Library that exposes various tables found in the StringPrep RFC 3454.

## MODULE REFERENCE
    <https://docs.python.org/3.10/library/stringprep.html>

    The following documentation is automatically generated from the Python
    source files.  It may be incomplete, incorrect or include features that
    are considered implementation detail and may vary between Python
    implementations.  When in doubt, consult the module reference at the
    location listed above.

## DESCRIPTION
    There are two kinds of tables: sets, for which a member test is provided,
    and mappings, for which a mapping function is provided.

## FUNCTIONS
### in_table_a1

### in_table_b1

### in_table_c11

### in_table_c11_c12

### in_table_c12

### in_table_c21

### in_table_c21_c22

### in_table_c22

### in_table_c3

### in_table_c4

### in_table_c5

### in_table_c6

### in_table_c7

### in_table_c8

### in_table_c9

### in_table_d1

### in_table_d2

### map_table_b2

### map_table_b3

## DATA
    b1_set = {173, 847, 6150, 6155, 6156, 6157, ...}
    b3_exceptions = {181: 'μ', 223: 'ss', 304: 'i̇', 329: 'ʼn', 383: 's', ...
    c22_specials = {1757, 1807, 6158, 8204, 8205, 8232, ...}
    c6_set = {65529, 65530, 65531, 65532, 65533}
    c7_set = {12272, 12273, 12274, 12275, 12276, 12277, ...}
    c8_set = {832, 833, 8206, 8207, 8234, 8235, ...}
    c9_set = {917505, 917536, 917537, 917538, 917539, 917540, ...}
    unicodedata = <unicodedata.UCD object>

## FILE
    /usr/lib/python3.10/stringprep.py


