Home
last modified time | relevance | path

Searched defs:print_stack (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/asyncio/
Dtasks.py177 def print_stack(self, *, limit=None, file=None): member in Task
/third_party/python/Lib/
Dtraceback.py201 def print_stack(f=None, limit=None, file=None): function