Searched refs:PERSID (Results 1 – 5 of 5) sorted by relevance
114 PERSID = 'P' # push persistent object; id is taken from string arg variable343 self.write(PERSID + str(pid) + '\n')898 dispatch[PERSID] = load_persid
123 PERSID = b'P' # push persistent object; id is taken from string arg variable616 self.write(PERSID + str(pid).encode("ascii") + b'\n')1250 dispatch[PERSID[0]] = load_persid
45 #define PERSID 'P' macro2340 static char persid = PERSID, binpersid = BINPERSID; in save_pers()4972 case PERSID: in load()5390 case PERSID: in noload()
50 PERSID = 'P', enumerator3868 const char persid_op = PERSID; in save_pers()6932 OP(PERSID, load_persid) in load()
3481 pickled = pickle.PERSID + non_ascii_str.encode('utf-8') + b'\n.'