Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ should_stop
Method
should_stop
django/utils/autoreload.py:394–395 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
392
# These are primarily used for testing.
393
@property
394
def
should_stop(self):
395
return
self._stop_condition.is_set()
396
397
def
stop(self):
398
self._stop_condition.set()
Callers
nothing calls this directly
Calls
1
is_set
Method · 0.80
Tested by
no test coverage detected