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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 150 NEWOBJ = '\x81' # build object by applying cls.__new__ to argtuple
360 # Protocol 2 special case: if func's name is __newobj__, use NEWOBJ
363 # use the more efficient NEWOBJ opcode, while still
376 # cls, the remaining args tuple, and the NEWOBJ code,
398 write(NEWOBJ)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 150 NEWOBJ = '\x81' # build object by applying cls.__new__ to argtuple
360 # Protocol 2 special case: if func's name is __newobj__, use NEWOBJ
363 # use the more efficient NEWOBJ opcode, while still
376 # cls, the remaining args tuple, and the NEWOBJ code,
398 write(NEWOBJ)
    [all...]

Completed in 62 milliseconds