Home
last modified time | relevance | path

Searched refs:in_table_a1 (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/
Dtest_stringprep.py10 self.assertTrue(in_table_a1("\u0221"))
11 self.assertFalse(in_table_a1("\u0222"))
/third_party/python/Lib/
Dstringprep.py12 def in_table_a1(code): function
/third_party/python/Doc/library/
Dstringprep.rst42 .. function:: in_table_a1(code)