Home
last modified time | relevance | path

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

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