MCPcopy
hub / github.com/django/django / stop

Method stop

django/utils/autoreload.py:628–630  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

626 time.sleep(0.1)
627
628 def stop(self):
629 self.client.close()
630 super().stop()
631
632 def check_server_status(self, inner_ex=None):
633 """Return True if the server is available."""

Callers

nothing calls this directly

Calls 2

closeMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected