Home
last modified time | relevance | path

Searched refs:tbid (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/idlelib/
Ddebugger_r.py94 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)