Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
close
Method · 0.45
stop
Method · 0.45
Tested by
no test coverage detected