Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ trigger_reload
Function
trigger_reload
django/utils/autoreload.py:268–270 ·
view source on GitHub ↗
(filename)
Source
from the content-addressed store, hash-verified
266
267
268
def
trigger_reload(filename):
269
logger.info(
"%s changed, reloading."
, filename)
270
sys.exit(3)
271
272
273
def
restart_with_reloader():
Callers
1
notify_file_changed
Method · 0.85
Calls
1
info
Method · 0.80
Tested by
no test coverage detected