Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_binascii.py20 type2test = bytes variable in BinASCIITest
433 def type2test(self, s): member in ArrayBinASCIITest
438 type2test = bytearray variable in BytearrayBinASCIITest
442 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_bytes.py1000 type2test = bytes variable in BytesTest
1226 type2test = bytearray variable in ByteArrayTest
1930 type2test = bytearray variable in ByteArrayAsStringTest
1933 type2test = bytes variable in BytesAsStringTest
2045 type2test = ByteArraySubclass variable in ByteArraySubclassTest
2059 type2test = ByteArraySubclassWithSlots variable in ByteArraySubclassWithSlotsTest
2063 type2test = BytesSubclass variable in BytesSubclassTest
Dtest_userdict.py15 type2test = collections.UserDict variable in UserDictTest
Dtest_userstring.py15 type2test = UserString variable in UserStringTest
Dtest_shelve.py172 type2test = shelve.Shelf variable in TestShelveBase
Dtest_list.py8 type2test = list variable in ListTest
Dtest_tuple.py19 type2test = tuple variable in TupleTest
Dtest_ordered_dict.py1001 class type2test(SimpleLRUCache, py_coll.OrderedDict): class in PySimpleLRUCacheTests
1010 class type2test(SimpleLRUCache, c_coll.OrderedDict): class
Dseq_tests.py100 type2test = None variable in CommonTest
Dstring_tests.py31 type2test = None variable in BaseTest
Dtest_deque.py903 type2test = deque variable in TestSequence
Dtest_dict.py1599 type2test = dict variable in GeneralMappingTests
1605 type2test = Dict variable in SubclassMappingTests
Dmapping_tests.py13 type2test = None # which class is being tested (overwrite in subclasses) variable in BasicTestMappingProtocol
Dtest_weakref.py1964 type2test = weakref.WeakValueDictionary variable in WeakValueDictionaryTestCase
1971 type2test = weakref.WeakKeyDictionary variable in WeakKeyDictionaryTestCase
Dtest_unicode.py63 type2test = str variable in UnicodeTest
Dtest_os.py976 type2test = None variable in EnvironTests