Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_binascii.py21 type2test = bytes variable in BinASCIITest
500 def type2test(self, s): member in ArrayBinASCIITest
505 type2test = bytearray variable in BytearrayBinASCIITest
509 type2test = memoryview variable in MemoryviewBinASCIITest
Dtest_dict_version.py13 type2test = dict variable in DictVersionTests
187 type2test = Dict variable in DictSubtypeVersionTests
Dtest_userlist.py10 type2test = UserList variable in UserListTest
Dtest_bytes.py1004 type2test = bytes variable in BytesTest
1257 type2test = bytearray variable in ByteArrayTest
1997 type2test = bytearray variable in ByteArrayAsStringTest
2000 type2test = bytes variable in BytesAsStringTest
2118 type2test = ByteArraySubclass variable in ByteArraySubclassTest
2132 type2test = ByteArraySubclassWithSlots variable in ByteArraySubclassWithSlotsTest
2136 type2test = BytesSubclass variable in BytesSubclassTest
Dtest_userdict.py15 type2test = collections.UserDict variable in UserDictTest
Dtest_userstring.py14 type2test = UserString variable in UserStringTest
Dtest_shelve.py170 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.py1125 class type2test(SimpleLRUCache, py_coll.OrderedDict): class in PySimpleLRUCacheTests
1134 class type2test(SimpleLRUCache, c_coll.OrderedDict): class
Dseq_tests.py100 type2test = None variable in CommonTest
Dstring_tests.py25 type2test = None variable in BaseTest
Dtest_deque.py907 type2test = deque variable in TestSequence
Dtest_frame.py554 type2test = _f variable in FrameLocalsProxyMappingTests
Dmapping_tests.py13 type2test = None # which class is being tested (overwrite in subclasses) variable in BasicTestMappingProtocol
Dtest_dict.py1632 type2test = dict variable in GeneralMappingTests
1638 type2test = Dict variable in SubclassMappingTests
Dtest_weakref.py2071 type2test = weakref.WeakValueDictionary variable in WeakValueDictionaryTestCase
2078 type2test = weakref.WeakKeyDictionary variable in WeakKeyDictionaryTestCase
Dtest_str.py77 type2test = str variable in StrTest
Dtest_os.py999 type2test = None variable in EnvironTests
/external/pytorch/test/
Dtest_weak.py249 type2test = WeakIdKeyDictionary variable in WeakKeyDictionaryTestCase