OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NEWOBJ
(Results
1 - 4
of
4
) 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
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pickletester.py
886
self.assertEqual(opcode_in_pickle(pickle.
NEWOBJ
, s), proto >= 2)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pickletester.py
886
self.assertEqual(opcode_in_pickle(pickle.
NEWOBJ
, s), proto >= 2)
[
all
...]
Completed in 32 milliseconds