Searched refs:check_recursive_collection_and_inst (Results 1 – 2 of 2) sorted by relevance
1012 def check_recursive_collection_and_inst(self, factory): member in AbstractPickleTests1025 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)
1412 def check_recursive_collection_and_inst(self, factory): member in AbstractPickleTests1425 self.check_recursive_collection_and_inst(list)1428 self.check_recursive_collection_and_inst(tuple)1431 self.check_recursive_collection_and_inst(dict.fromkeys)1434 self.check_recursive_collection_and_inst(set)1437 self.check_recursive_collection_and_inst(frozenset)1440 self.check_recursive_collection_and_inst(MyList)1443 self.check_recursive_collection_and_inst(MyTuple)1446 self.check_recursive_collection_and_inst(MyDict.fromkeys)1449 self.check_recursive_collection_and_inst(MySet)[all …]