MCPcopy Create free account
hub / github.com/EasyIME/PIME / initialize

Method initialize

python/python3/tornado/platform/asyncio.py:298–299  ·  view source on GitHub ↗
(self, **kwargs: Any)

Source from the content-addressed store, hash-verified

296 """
297
298 def initialize(self, **kwargs: Any) -> None: # type: ignore
299 super().initialize(asyncio.get_event_loop(), **kwargs)
300
301 def make_current(self) -> None:
302 # 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