massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2and3 / stringprep.pyi
1 # Stubs for stringprep (Python 2 and 3)\r
2 \r
3 from typing import Text\r
4 \r
5 def in_table_a1(code: Text) -> bool: ...\r
6 def in_table_b1(code: Text) -> bool: ...\r
7 def map_table_b3(code: Text) -> Text: ...\r
8 def map_table_b2(a: Text) -> Text: ...\r
9 def in_table_c11(code: Text) -> bool: ...\r
10 def in_table_c12(code: Text) -> bool: ...\r
11 def in_table_c11_c12(code: Text) -> bool: ...\r
12 def in_table_c21(code: Text) -> bool: ...\r
13 def in_table_c22(code: Text) -> bool: ...\r
14 def in_table_c21_c22(code: Text) -> bool: ...\r
15 def in_table_c3(code: Text) -> bool: ...\r
16 def in_table_c4(code: Text) -> bool: ...\r
17 def in_table_c5(code: Text) -> bool: ...\r
18 def in_table_c6(code: Text) -> bool: ...\r
19 def in_table_c7(code: Text) -> bool: ...\r
20 def in_table_c8(code: Text) -> bool: ...\r
21 def in_table_c9(code: Text) -> bool: ...\r
22 def in_table_d1(code: Text) -> bool: ...\r
23 def in_table_d2(code: Text) -> bool: ...\r