Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py114 PERSID = 'P' # push persistent object; id is taken from string arg variable
343 self.write(PERSID + str(pid) + '\n')
898 dispatch[PERSID] = load_persid
/external/python/cpython2/Modules/
DcPickle.c45 #define PERSID 'P' macro
2324 static char persid = PERSID, binpersid = BINPERSID; in save_pers()
4986 case PERSID: in load()
5404 case PERSID: in noload()