Home
last modified time | relevance | path

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

/external/python/pyee/pyee/
Dexecutor.py77 self, type: Type[Exception], value: Exception, traceback: TracebackType
Dtrio.py121 traceback: Optional[TracebackType],
/external/python/cpython3/Lib/asyncio/
Dtimeouts.py97 exc_tb: Optional[TracebackType],
/external/python/cpython2/Lib/
Dtypes.py70 TracebackType = type(tb) variable
/external/python/cpython3/Lib/
Dtypes.py56 TracebackType = type(exc.__traceback__) variable
/external/python/pyfakefs/pyfakefs/
Dfake_file.py786 exc_tb: Optional[TracebackType],
1266 exc_tb: Optional[TracebackType],
Dfake_filesystem_unittest.py720 exc_tb: Optional[TracebackType],
/external/grpc-grpc/src/python/grpcio/grpc/
D_interceptor.py135 def __init__(self, exception: Exception, traceback: types.TracebackType):