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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 159 LONG1 = '\x8a' # push long from < 256 bytes
466 self.write(LONG1 + chr(n) + bytes)
945 dispatch[LONG1] = load_long1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 159 LONG1 = '\x8a' # push long from < 256 bytes
466 self.write(LONG1 + chr(n) + bytes)
945 dispatch[LONG1] = load_long1
    [all...]

Completed in 100 milliseconds