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

Method initialize

tornado/platform/asyncio.py:293–294  ·  view source on GitHub ↗
(self, **kwargs: Any)

Source from the content-addressed store, hash-verified

291 """
292
293 def initialize(self, **kwargs: Any) -> None: # type: ignore
294 super().initialize(asyncio.get_event_loop(), **kwargs)
295
296 def _make_current(self) -> None:
297 # AsyncIOMainLoop already refers to the current asyncio loop so

Callers

nothing calls this directly

Calls 2

get_event_loopMethod · 0.80
initializeMethod · 0.45

Tested by

no test coverage detected