Home
last modified time | relevance | path

Searched refs:in_table_c6 (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/test/
Dtest_stringprep.py52 self.assertTrue(in_table_c6("\ufff9"))
53 self.assertFalse(in_table_c6("\ufffe"))
/third_party/python/Lib/
Dstringprep.py248 def in_table_c6(code): function
/third_party/python/Lib/encodings/
Didna.py34 stringprep.in_table_c6(c) or \
/third_party/python/Doc/library/
Dstringprep.rst111 .. function:: in_table_c6(code)