MCPcopy
hub / github.com/opendevops-cn/opendevops / TimeoutError

Class TimeoutError

scripts/tornado_source_code/tornado/util.py:66–73  ·  view source on GitHub ↗

Exception raised by `.with_timeout` and `.IOLoop.run_sync`. .. versionchanged:: 5.0: Unified ``tornado.gen.TimeoutError`` and ``tornado.ioloop.TimeoutError`` as ``tornado.util.TimeoutError``. Both former names remain as aliases.

Source from the content-addressed store, hash-verified

64
65
66class TimeoutError(Exception):
67 """Exception raised by `.with_timeout` and `.IOLoop.run_sync`.
68
69 .. versionchanged:: 5.0:
70 Unified ``tornado.gen.TimeoutError`` and
71 ``tornado.ioloop.TimeoutError`` as ``tornado.util.TimeoutError``.
72 Both former names remain as aliases.
73 """
74
75
76class ObjectDict(Dict[str, Any]):

Callers 3

timeout_callbackFunction · 0.90
run_syncMethod · 0.90
on_connect_timeoutMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected