MCPcopy Index your code
hub / github.com/opendevops-cn/opendevops / current

Method current

scripts/tornado_source_code/tornado/ioloop.py:235–236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

233 @typing.overload
234 @staticmethod
235 def current() -> "IOLoop":
236 pass
237
238 @typing.overload # noqa: F811
239 @staticmethod

Callers 15

__new__Method · 0.80
initializeMethod · 0.80
add_accept_handlerFunction · 0.80
resolveMethod · 0.80
initializeMethod · 0.80
__init__Method · 0.80
connectMethod · 0.80
__init__Method · 0.80
startFunction · 0.80
with_timeoutFunction · 0.80
sleepFunction · 0.80
__init__Method · 0.80

Calls 2

AsyncIOMainLoopClass · 0.90
get_event_loopMethod · 0.80

Tested by 11

get_new_ioloopMethod · 0.64
test_multi_processMethod · 0.64
getMethod · 0.64
test_default_currentMethod · 0.64
test_non_currentMethod · 0.64
fMethod · 0.64
test_force_currentMethod · 0.64
async_wrapperMethod · 0.64
fMethod · 0.64