HomeSort by relevance Sort by last modified time
    Searched refs:truncated_errors (Results 1 - 4 of 4) sorted by null

  /external/python/cpython2/Lib/test/
test_pickle.py 30 truncated_errors = (pickle.UnpicklingError, EOFError, variable in class:PickleTests
41 truncated_errors = (pickle.UnpicklingError, EOFError, variable in class:UnpicklerTests
test_cpickle.py 56 truncated_errors = (cPickle.UnpicklingError, EOFError, variable in class:cPickleTests
72 truncated_errors = (cPickle.UnpicklingError, EOFError, variable in class:cPickleUnpicklerTests
pickletester.py 817 self.check_unpickling_error(self.truncated_errors, p)
    [all...]
  /external/python/cpython3/Lib/test/
test_pickle.py 37 truncated_errors = (pickle.UnpicklingError, EOFError, variable in class:PyUnpicklerTests
71 truncated_errors = (pickle.UnpicklingError, EOFError, variable in class:InMemoryPickleTests
142 truncated_errors = (pickle.UnpicklingError,) variable in class:.CUnpicklerTests

Completed in 229 milliseconds