Home | History | Annotate | Download | only in python2.7

Lines Matching full:markobject

102 MARK            = '('   # push special markobject on stack
105 POP_MARK = '1' # discard stack top through topmost markobject
1074 # Stack is ... markobject classobject arg1 arg2 ...