/third_party/python/Lib/idlelib/ |
D | debugger_r.py | 94 def get_stack(self, fid, tbid): member in IdbAdapter 100 stack, i = self.idb.get_stack(frame, tb) 313 def get_stack(self, frame, tbid): member in IdbProxy
|
D | stackviewer.py | 25 self.stack = self.get_stack(tb) 28 def get_stack(self, tb): member in StackTreeItem
|
D | debugger.py | 228 stack, i = self.idb.get_stack(self.frame, tb) 296 stack, i = self.idb.get_stack(self.frame, None)
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0rc2.rst | 56 Fix Task.get_stack() for 'async def' coroutines
|
D | 3.9.0a5.rst | 684 Fix AttributeError when calling get_stack on a PyAsyncGenObject Task
|
/third_party/python/Lib/asyncio/ |
D | base_tasks.py | 63 for f in task.get_stack(limit=limit):
|
D | tasks.py | 147 def get_stack(self, *, limit=None): member in Task
|
/third_party/python/Lib/test/ |
D | test_bdb.py | 126 def get_stack(self, f, t): member in Bdb 127 self.stack, self.index = super().get_stack(f, t) 256 self.get_stack(frame, tb)
|
D | test_asyncgen.py | 1669 task.get_stack()
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_pep492.py | 185 f = T.get_stack(limit=1)
|
D | test_tasks.py | 355 f = T.get_stack(limit=1)
|
/third_party/ltp/include/lapi/ |
D | bpf.h | 389 FN(get_stack), \
|
/third_party/python/Doc/library/ |
D | asyncio-task.rst | 990 .. method:: get_stack(*, limit=None) 1016 for the frames retrieved by :meth:`get_stack`. 1018 The *limit* argument is passed to :meth:`get_stack` directly.
|
D | bdb.rst | 312 .. method:: get_stack(f, t)
|
/third_party/python/Lib/ |
D | bdb.py | 528 def get_stack(self, f, t): member in Bdb
|
D | pdb.py | 209 self.stack, self.curindex = self.get_stack(f, tb)
|
/third_party/node/test/fixtures/wpt/resources/ |
D | testharness.js | 3072 this.stack = this.get_stack(); 3078 AssertionError.prototype.get_stack = function() { method in AssertionError
|
/third_party/libbpf/include/uapi/linux/ |
D | bpf.h | 5559 FN(get_stack, 67, ##ctx) \
|