Home
last modified time | relevance | path

Searched refs:DEFAULT_PROTOCOL (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/
H A Dshelve.py59 from pickle import DEFAULT_PROTOCOL, Pickler, Unpickler namespace
88 protocol = DEFAULT_PROTOCOL
H A Dpickle.py71 DEFAULT_PROTOCOL = 4 variable
445 protocol = DEFAULT_PROTOCOL
/third_party/python/Lib/test/
H A Dtest_shelve.py168 self.assertEqual(s._protocol, pickle.DEFAULT_PROTOCOL)
/third_party/python/Modules/
H A D_pickle.c33 Bump DEFAULT_PROTOCOL only when the oldest still supported version of Python
37 DEFAULT_PROTOCOL = 4 enumerator
1160 proto = DEFAULT_PROTOCOL; in _Pickler_SetProtocol()

Completed in 12 milliseconds