mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-15 08:17:07 +08:00
Re-organize directory structure (#4971)
See discussion in #2491 Co-authored-by: Ivan Levkivskyi <ilevkivskyi@dropbox.com>
This commit is contained in:
21
stdlib/stringprep.pyi
Normal file
21
stdlib/stringprep.pyi
Normal file
@@ -0,0 +1,21 @@
|
||||
from typing import Text
|
||||
|
||||
def in_table_a1(code: Text) -> bool: ...
|
||||
def in_table_b1(code: Text) -> bool: ...
|
||||
def map_table_b3(code: Text) -> Text: ...
|
||||
def map_table_b2(a: Text) -> Text: ...
|
||||
def in_table_c11(code: Text) -> bool: ...
|
||||
def in_table_c12(code: Text) -> bool: ...
|
||||
def in_table_c11_c12(code: Text) -> bool: ...
|
||||
def in_table_c21(code: Text) -> bool: ...
|
||||
def in_table_c22(code: Text) -> bool: ...
|
||||
def in_table_c21_c22(code: Text) -> bool: ...
|
||||
def in_table_c3(code: Text) -> bool: ...
|
||||
def in_table_c4(code: Text) -> bool: ...
|
||||
def in_table_c5(code: Text) -> bool: ...
|
||||
def in_table_c6(code: Text) -> bool: ...
|
||||
def in_table_c7(code: Text) -> bool: ...
|
||||
def in_table_c8(code: Text) -> bool: ...
|
||||
def in_table_c9(code: Text) -> bool: ...
|
||||
def in_table_d1(code: Text) -> bool: ...
|
||||
def in_table_d2(code: Text) -> bool: ...
|
||||
Reference in New Issue
Block a user