Home
last modified time | relevance | path

Searched defs:TracebackType (Results 1 – 25 of 231) sorted by last modified time

12345678910

/dports/x11/kitty/kitty-0.23.1/kittens/tui/
H A Dhandler.py70 def __exit__(self, etype: type, value: Exception, tb: TracebackType) -> None:
/dports/lang/python310/Python-3.10.1/Lib/
H A Dtypes.py57 TracebackType = type(tb) variable
/dports/lang/python38/Python-3.8.12/Lib/
H A Dtypes.py57 TracebackType = type(tb) variable
/dports/lang/python37/Python-3.7.12/Lib/
H A Dtypes.py50 TracebackType = type(tb) variable
/dports/lang/python39/Python-3.9.9/Lib/
H A Dtypes.py57 TracebackType = type(tb) variable
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dtypes.py57 TracebackType = type(tb) variable
/dports/finance/electrum/Electrum-4.1.5/packages/async_timeout/
H A D__init__.py44 exc_tb: TracebackType) -> Optional[bool]:
54 exc_tb: TracebackType) -> None:
/dports/finance/electrum/Electrum-4.1.5/packages/aiohttp/
H A Dclient_reqrep.py1122 exc_tb: Optional[TracebackType],
H A Dhelpers.py618 exc_tb: Optional[TracebackType],
650 exc_tb: Optional[TracebackType],
H A Dconnector.py303 exc_traceback: Optional[TracebackType] = None,
H A Dclient.py1076 exc_tb: Optional[TracebackType],
1088 exc_tb: Optional[TracebackType],
1126 tb: Optional[TracebackType],
1141 tb: Optional[TracebackType],
1172 tb: Optional[TracebackType],
H A Dtest_utils.py183 traceback: Optional[TracebackType],
196 traceback: Optional[TracebackType],
385 tb: Optional[TracebackType],
398 tb: Optional[TracebackType],
H A Dmultipart.py735 exc_tb: Optional[TracebackType],
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dpython_api.py724 exc_tb: Optional[TracebackType],
H A Ddebugging.py383 def post_mortem(t: types.TracebackType) -> None:
H A Ddoctest.py207 exc_info: "Tuple[Type[BaseException], BaseException, types.TracebackType]",
H A Drecwarn.py219 exc_tb: Optional[TracebackType],
263 exc_tb: Optional[TracebackType],
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/websockets/src/websockets/
H A Dclient.py523 traceback: Optional[TracebackType],
H A Dserver.py953 traceback: Optional[TracebackType],
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/config/
H A D__init__.py107 excinfo: Tuple["Type[Exception]", Exception, TracebackType], argument
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/_code/
H A Dcode.py173 rawentry: TracebackType,
297 tb: Union[TracebackType, Iterable[TracebackEntry]],
304 def f(cur: TracebackType) -> Iterable[TracebackEntry]:
432 exc_info: Tuple["Type[_E]", "_E", TracebackType], argument
483 def fill_unfilled(self, exc_info: Tuple["Type[_E]", _E, TracebackType]) -> None: argument
/dports/www/firefox/firefox-99.0/third_party/python/aiohttp/aiohttp/
H A Dclient.py1076 exc_tb: Optional[TracebackType],
1088 exc_tb: Optional[TracebackType],
1126 tb: Optional[TracebackType],
1141 tb: Optional[TracebackType],
1172 tb: Optional[TracebackType],
H A Dmultipart.py735 exc_tb: Optional[TracebackType],
H A Dclient_reqrep.py1122 exc_tb: Optional[TracebackType],
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_internal/req/
H A Dreq_tracker.py71 exc_tb: Optional[TracebackType]

12345678910