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

Lines Matching refs:STOP

81 # the STOP opcode, passing the object that is the result of unpickling.
103 STOP = '.' # every pickle ends with STOP
225 self.write(STOP)
1257 dispatch[STOP] = load_stop