Searched refs:tbid (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/idlelib/ |
D | RemoteDebugger.py | 94 def get_stack(self, fid, tbid): argument 97 if tbid is None: 100 tb = tracebacktable[tbid] 304 def get_stack(self, frame, tbid): argument 306 stack, i = self.call("get_stack", frame._fid, tbid)
|
/external/python/cpython3/Lib/idlelib/ |
D | debugger_r.py | 94 def get_stack(self, fid, tbid): argument 96 if tbid is None: 99 tb = tracebacktable[tbid] 313 def get_stack(self, frame, tbid): argument 315 stack, i = self.call("get_stack", frame._fid, tbid)
|