Home
last modified time | relevance | path

Searched defs:PERSID (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dpickle.py114 PERSID = 'P' # push persistent object; id is taken from string arg variable
/external/python/cpython3/Lib/
Dpickle.py123 PERSID = b'P' # push persistent object; id is taken from string arg variable
/external/python/cpython2/Modules/
DcPickle.c45 #define PERSID 'P' macro
/external/python/cpython3/Modules/
D_pickle.c49 PERSID = 'P', enumerator