Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/uvicorn
/ startup
Method
startup
tests/supervisors/test_reload.py:362–363 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
360
361
class
CustomReload(BaseReload):
362
def
startup(self):
363
calls.append(
"startup"
)
364
365
def
restart(self):
366
calls.append(
"restart"
)
Callers
1
_setup_reloader
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected