Home
last modified time | relevance | path

Searched refs:BINGET (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dpickle.py138 BINGET = b'h' # " " " " " " ; " " 1-byte arg variable
525 # Return a GET (BINGET, LONG_BINGET) opcode string, with argument i.
529 return BINGET + pack("<B", i)
725 save(obj) # simple BINGET opcode as obj is already memoized.
1624 dispatch[BINGET[0]] = load_binget
/third_party/python/Modules/
H A D_pickle.c77 BINGET = 'h', enumerator
1729 pdata[0] = BINGET; in memo_get()
4316 a GET (or BINGET) opcode, instead of pickling the object in save()
6922 OP(BINGET, load_binget) in load()

Completed in 21 milliseconds