Home
last modified time | relevance | path

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

/external/python/pyee/pyee/
Dexecutor.py77 self, type: Type[Exception], value: Exception, traceback: TracebackType
Dtrio.py121 traceback: Optional[TracebackType],
/external/python/cpython2/Lib/
Dtypes.py70 TracebackType = type(tb) variable
/external/python/cpython3/Lib/
Dtypes.py57 TracebackType = type(tb) variable
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem_unittest.py601 exc_tb: Optional[TracebackType]) -> None:
Dfake_filesystem.py4981 exc_tb: Optional[TracebackType]
5451 exc_tb: Optional[TracebackType]