Searched defs:TracebackType (Results 1 – 2 of 2) sorted by relevance
| /third_party/jinja2/ | ||
| D | debug.py | 77 exc_value: BaseException, tb: t.Optional[TracebackType], filename: str, lineno: int |
| /third_party/python/Lib/ | ||
| D | types.py | 57 TracebackType = type(tb) variable |