MCPcopy
hub / github.com/encode/uvicorn / run

Method run

uvicorn/workers.py:103–104  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

101 sys.exit(Arbiter.WORKER_BOOT_ERROR)
102
103 def run(self) -> None:
104 return asyncio_run(self._serve(), loop_factory=self.config.get_loop_factory())
105
106 async def callback_notify(self) -> None:
107 self.notify()

Callers

nothing calls this directly

Calls 3

_serveMethod · 0.95
asyncio_runFunction · 0.90
get_loop_factoryMethod · 0.80

Tested by

no test coverage detected