Home
last modified time | relevance | path

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

/third_party/python/Lib/sqlite3/test/
Dregression.py164 class CustomStr(str): class
177 con.isolation_level = CustomStr(level)
/third_party/python/Lib/test/
Dtest_int.py301 class CustomStr(str): pass class
308 lambda b: CustomStr(b.decode()),
Dtest_float.py94 class CustomStr(str): pass class
101 lambda b: CustomStr(b.decode()),