Example #1
0
 def new_do_up(self, arg):
     OldPdb.do_up(self, arg)
     self.shell.set_completer_frame(self.curframe)
Example #2
0
 def new_do_up(self, arg):
     OldPdb.do_up(self, arg)
     __IPYTHON__.set_completer_frame(self.curframe)
Example #3
0
 def new_do_up(self, arg):
     OldPdb.do_up(self, arg)
     self.shell.set_completer_frame(self.curframe)
Example #4
0
 def new_do_up(self, arg):
     OldPdb.do_up(self, arg)
     __IPYTHON__.set_completer_frame(self.curframe)