Searched refs:markobject (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/ |
H A D | pickletools.py | 1058 markobject = StackObject( variable 1077 This is used in conjunction with markobject, to represent all 1078 of the stack following the topmost markobject. For example, 1081 [..., markobject, stackslice] 1086 markobject, POP_MARK gets rid of all of them (including the 1087 topmost markobject too). 1535 stack_before=[pylist, markobject, stackslice], 1540 Stack before: ... pylist markobject stackslice 1549 stack_before=[markobject, stackslice], 1552 doc="""Build a list out of the topmost stack slice, after markobject [all...] |
Completed in 2 milliseconds