Searched defs:truncated_errors (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/test/ | ||
D | test_pickle.py | 30 truncated_errors = (pickle.UnpicklingError, EOFError, variable in PickleTests |
D | test_cpickle.py | 56 truncated_errors = (cPickle.UnpicklingError, EOFError, variable in cPickleTests |
/external/python/cpython3/Lib/test/ | ||
D | test_pickle.py | 45 truncated_errors = (pickle.UnpicklingError, EOFError, variable in PyUnpicklerTests |