Home
last modified time | relevance | path

Searched refs:NEWOBJ (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpickle.py150 NEWOBJ = '\x81' # build object by applying cls.__new__ to argtuple variable
398 write(NEWOBJ)
1085 dispatch[NEWOBJ] = load_newobj
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c76 #define NEWOBJ '\x81' /* build object by applying cls.__new__ to argtuple */ macro
2397 static char newobj = NEWOBJ; in save_reduce()
4854 case NEWOBJ: in load()
5271 case NEWOBJ: in noload()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c76 #define NEWOBJ '\x81' /* build object by applying cls.__new__ to argtuple */ macro
2365 static char newobj = NEWOBJ; in save_reduce()
4819 case NEWOBJ: in load()
5236 case NEWOBJ: in noload()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dpickletester.py854 self.assertEqual(opcode_in_pickle(pickle.NEWOBJ, s), proto >= 2)