OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:markobject
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickletools.py
788
markobject
= StackObject(
variable
807
This is used in conjuction with
markobject
, to represent all
808
of the stack following the topmost
markobject
. For example,
811
[...,
markobject
, stackslice]
816
markobject
, POP_MARK gets rid of all of them (including the
817
topmost
markobject
too).
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickletools.py
788
markobject
= StackObject(
variable
807
This is used in conjuction with
markobject
, to represent all
808
of the stack following the topmost
markobject
. For example,
811
[...,
markobject
, stackslice]
816
markobject
, POP_MARK gets rid of all of them (including the
817
topmost
markobject
too).
[
all
...]
Completed in 441 milliseconds