HomeSort by relevance Sort by last modified time
    Searched defs:LONG_BINGET (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 131 LONG_BINGET = 'j' # push item from memo on stack; index is 4-byte arg
259 # Return a GET (BINGET, LONG_BINGET) opcode string, with argument i.
265 return LONG_BINGET + pack("<i", i)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 131 LONG_BINGET = 'j' # push item from memo on stack; index is 4-byte arg
259 # Return a GET (BINGET, LONG_BINGET) opcode string, with argument i.
265 return LONG_BINGET + pack("<i", i)
    [all...]

Completed in 221 milliseconds