Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
Ddebugger_r.py94 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
Dstackviewer.py25 self.stack = self.get_stack(tb)
28 def get_stack(self, tb): member in StackTreeItem
Ddebugger.py228 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/
D3.5.0rc2.rst56 Fix Task.get_stack() for 'async def' coroutines
D3.9.0a5.rst684 Fix AttributeError when calling get_stack on a PyAsyncGenObject Task
/third_party/python/Lib/asyncio/
Dbase_tasks.py63 for f in task.get_stack(limit=limit):
Dtasks.py147 def get_stack(self, *, limit=None): member in Task
/third_party/python/Lib/test/
Dtest_bdb.py126 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)
Dtest_asyncgen.py1669 task.get_stack()
/third_party/python/Lib/test/test_asyncio/
Dtest_pep492.py185 f = T.get_stack(limit=1)
Dtest_tasks.py355 f = T.get_stack(limit=1)
/third_party/ltp/include/lapi/
Dbpf.h389 FN(get_stack), \
/third_party/python/Doc/library/
Dasyncio-task.rst990 .. 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.
Dbdb.rst312 .. method:: get_stack(f, t)
/third_party/python/Lib/
Dbdb.py528 def get_stack(self, f, t): member in Bdb
Dpdb.py209 self.stack, self.curindex = self.get_stack(f, tb)
/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js3072 this.stack = this.get_stack();
3078 AssertionError.prototype.get_stack = function() { method in AssertionError
/third_party/libbpf/include/uapi/linux/
Dbpf.h5559 FN(get_stack, 67, ##ctx) \