Searched refs:LONG_BINGET (Results 1 – 4 of 4) sorted by relevance
35 self.assertNotIn(pickle.LONG_BINGET, pickled2)
140 LONG_BINGET = b'j' # push item from memo on stack; index is 4-byte arg variable531 return LONG_BINGET + pack("<I", i)1633 dispatch[LONG_BINGET[0]] = load_long_binget
451 or `LONG_BINGET` load from the memo, leading to a `KeyError` as the
67 LONG_BINGET = 'j', enumerator1729 pdata[0] = LONG_BINGET; in memo_get()6921 OP(LONG_BINGET, load_long_binget) in load()