Home
last modified time | relevance | path

Searched refs:check_recursive_collection_and_inst (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dpickletester.py1012 def check_recursive_collection_and_inst(self, factory): member in AbstractPickleTests
1025 self.check_recursive_collection_and_inst(list)
1028 self.check_recursive_collection_and_inst(tuple)
1031 self.check_recursive_collection_and_inst(dict.fromkeys)
1034 self.check_recursive_collection_and_inst(set)
1037 self.check_recursive_collection_and_inst(frozenset)
1040 self.check_recursive_collection_and_inst(MyList)
1043 self.check_recursive_collection_and_inst(MyTuple)
1046 self.check_recursive_collection_and_inst(MyDict.fromkeys)
/external/python/cpython3/Lib/test/
Dpickletester.py1608 def check_recursive_collection_and_inst(self, factory): member in AbstractPickleTests
1621 self.check_recursive_collection_and_inst(list)
1624 self.check_recursive_collection_and_inst(tuple)
1627 self.check_recursive_collection_and_inst(dict.fromkeys)
1630 self.check_recursive_collection_and_inst(set)
1633 self.check_recursive_collection_and_inst(frozenset)
1636 self.check_recursive_collection_and_inst(MyList)
1639 self.check_recursive_collection_and_inst(MyTuple)
1642 self.check_recursive_collection_and_inst(MyDict.fromkeys)
1645 self.check_recursive_collection_and_inst(MySet)
[all …]