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

Method restart

tests/supervisors/test_reload.py:365–366  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

363 calls.append("startup")
364
365 def restart(self):
366 calls.append("restart")
367
368 def shutdown(self):
369 calls.append("shutdown")

Callers 1

_reload_testerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected