Home
last modified time | relevance | path

Searched defs:type2test (Results 1 – 17 of 17) sorted by relevance

/third_party/python/Lib/test/
Dtest_binascii.py20 type2test = bytes variable in BinASCIITest
441 def type2test(self, s): member in ArrayBinASCIITest
446 type2test = bytearray variable in BytearrayBinASCIITest
450 type2test = memoryview variable in MemoryviewBinASCIITest
Dtest_dict_version.py13 type2test = dict variable in DictVersionTests
187 type2test = Dict variable in DictSubtypeVersionTests
Dtest_userlist.py8 type2test = UserList variable in UserListTest
Dtest_userstring.py15 type2test = UserString variable in UserStringTest
Dtest_userdict.py15 type2test = collections.UserDict variable in UserDictTest
Dtest_bytes.py982 type2test = bytes variable in BytesTest
1196 type2test = bytearray variable in ByteArrayTest
1883 type2test = bytearray variable in ByteArrayAsStringTest
1886 type2test = bytes variable in BytesAsStringTest
1993 type2test = ByteArraySubclass variable in ByteArraySubclassTest
2008 type2test = BytesSubclass variable in BytesSubclassTest
Dtest_list.py8 type2test = list variable in ListTest
Dtest_shelve.py162 type2test = shelve.Shelf variable in TestShelveBase
Dtest_tuple.py19 type2test = tuple variable in TupleTest
Dseq_tests.py100 type2test = None variable in CommonTest
Dstring_tests.py30 type2test = None variable in BaseTest
Dtest_deque.py910 type2test = deque variable in TestSequence
Dtest_dict.py1608 type2test = dict variable in GeneralMappingTests
1614 type2test = Dict variable in SubclassMappingTests
Dmapping_tests.py13 type2test = None # which class is being tested (overwrite in subclasses) variable in BasicTestMappingProtocol
Dtest_weakref.py1973 type2test = weakref.WeakValueDictionary variable in WeakValueDictionaryTestCase
1980 type2test = weakref.WeakKeyDictionary variable in WeakKeyDictionaryTestCase
Dtest_unicode.py58 type2test = str variable in UnicodeTest
Dtest_os.py971 type2test = None variable in EnvironTests