Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/library/
Dpickle.rst625 def persistent_load(persid):
626 if persid.startswith('the value '):
627 value = int(persid.split()[2])
/external/python/cpython2/Modules/
DcPickle.c2340 static char persid = PERSID, binpersid = BINPERSID; in save_pers() local
2358 if (self->write_func(self, &persid, 1) < 0) in save_pers()