Searched defs:TracebackType (Results 1 – 8 of 8) sorted by relevance
| /external/python/pyee/pyee/ |
| D | executor.py | 77 self, type: Type[Exception], value: Exception, traceback: TracebackType
|
| D | trio.py | 121 traceback: Optional[TracebackType],
|
| /external/python/cpython3/Lib/asyncio/ |
| D | timeouts.py | 97 exc_tb: Optional[TracebackType],
|
| /external/python/cpython2/Lib/ |
| D | types.py | 70 TracebackType = type(tb) variable
|
| /external/python/cpython3/Lib/ |
| D | types.py | 56 TracebackType = type(exc.__traceback__) variable
|
| /external/python/pyfakefs/pyfakefs/ |
| D | fake_file.py | 786 exc_tb: Optional[TracebackType], 1266 exc_tb: Optional[TracebackType],
|
| D | fake_filesystem_unittest.py | 720 exc_tb: Optional[TracebackType],
|
| /external/grpc-grpc/src/python/grpcio/grpc/ |
| D | _interceptor.py | 135 def __init__(self, exception: Exception, traceback: types.TracebackType):
|