Home
last modified time | relevance | path

Searched refs:tbid (Results 1 – 2 of 2) 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)
/third_party/libbpf/include/uapi/linux/
Dbpf.h7072 __u32 tbid; member