MCPcopy
hub / github.com/tornadoweb/tornado / current

Method current

tornado/ioloop.py:237–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235 @typing.overload
236 @staticmethod
237 def current() -> "IOLoop":
238 pass
239
240 @typing.overload
241 @staticmethod

Callers 15

__new__Method · 0.80
initializeMethod · 0.80
add_accept_handlerFunction · 0.80
resolveMethod · 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
_wrap_awaitableFunction · 0.80

Calls 2

AsyncIOMainLoopClass · 0.90
get_event_loopMethod · 0.80

Tested by 10

getMethod · 0.64
test_non_currentMethod · 0.64
fMethod · 0.64
test_force_currentMethod · 0.64
async_wrapperMethod · 0.64
fMethod · 0.64