Home
last modified time | relevance | path

Searched defs:NEWOBJ (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dpickle.py150 NEWOBJ = '\x81' # build object by applying cls.__new__ to argtuple variable
/external/python/cpython2/Modules/
DcPickle.c76 #define NEWOBJ '\x81' /* build object by applying cls.__new__ to argtuple */ macro