Home | History | Annotate | Download | only in python2.7

Lines Matching defs:NEWOBJ

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)
1085 dispatch[NEWOBJ] = load_newobj