Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dpickletester.py969 def check_recursive_collection_and_inst(self, factory): member in AbstractPickleTests
982 self.check_recursive_collection_and_inst(list)
985 self.check_recursive_collection_and_inst(tuple)
988 self.check_recursive_collection_and_inst(dict.fromkeys)
991 self.check_recursive_collection_and_inst(set)
994 self.check_recursive_collection_and_inst(frozenset)
997 self.check_recursive_collection_and_inst(MyList)
1000 self.check_recursive_collection_and_inst(MyTuple)
1003 self.check_recursive_collection_and_inst(MyDict.fromkeys)