コード例 #1
0
ファイル: debugger.py プロジェクト: DmitryKMsk/ipython
 def new_do_down(self, arg):
     OldPdb.do_down(self, arg)
     self.shell.set_completer_frame(self.curframe)
コード例 #2
0
ファイル: Debugger.py プロジェクト: FrankBian/kuma
 def new_do_down(self, arg):
     OldPdb.do_down(self, arg)
     __IPYTHON__.set_completer_frame(self.curframe)
コード例 #3
0
 def new_do_down(self, arg):
     OldPdb.do_down(self, arg)
     self.shell.set_completer_frame(self.curframe)
コード例 #4
0
 def new_do_down(self, arg):
     OldPdb.do_down(self, arg)
     __IPYTHON__.set_completer_frame(self.curframe)