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

Method startup

uvicorn/lifespan/off.py:13–14  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11 self.state: dict[str, Any] = {}
12
13 async def startup(self) -> None:
14 pass
15
16 async def shutdown(self) -> None:
17 pass

Callers 1

testFunction · 0.95

Calls

no outgoing calls

Tested by 1

testFunction · 0.76