Home
last modified time | relevance | path

Searched defs:TracebackType (Results 1 – 3 of 3) sorted by relevance

/third_party/jinja2/
Ddebug.py77 exc_value: BaseException, tb: t.Optional[TracebackType], filename: str, lineno: int
/third_party/python/Lib/asyncio/
Dtimeouts.py97 exc_tb: Optional[TracebackType],
/third_party/python/Lib/
Dtypes.py56 TracebackType = type(exc.__traceback__) variable