Home
last modified time | relevance | path

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

/aosp_15_r20/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)