Home
last modified time | relevance | path

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

/third_party/jinja2/
Ddebug.py77 exc_value: BaseException, tb: t.Optional[TracebackType], filename: str, lineno: int
/third_party/python/Lib/
Dtypes.py57 TracebackType = type(tb) variable