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

Method shutdown

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

Source from the content-addressed store, hash-verified

366 calls.append("restart")
367
368 def shutdown(self):
369 calls.append("shutdown")
370
371 def should_restart(self):
372 nonlocal step

Calls

no outgoing calls

Tested by

no test coverage detected