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

Lines Matching defs:interaction

52 # Interaction prompt line will separate file and call info from code
148 self.interaction(frame, None)
158 self.interaction(frame, None)
164 Returns True if the normal interaction function must be called,
190 self.interaction(frame, None)
203 self.interaction(frame, exc_traceback)
205 # General interaction function
207 def interaction(self, frame, traceback):
1267 p.interaction(None, t)
1330 pdb.interaction(None, t)