Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Callers
15
test_reloader_should_initialize
Method · 0.45
test_reload_when_python_file_is_changed
Method · 0.45
test_should_reload_when_python_file_in_subdir_is_changed
Method · 0.45
test_should_not_reload_when_python_file_in_excluded_subdir_is_changed
Method · 0.45
test_reload_when_pattern_matched_file_is_changed
Method · 0.45
test_should_not_reload_when_exclude_pattern_match_file_is_changed
Method · 0.45
test_should_not_reload_when_dot_file_is_changed
Method · 0.45
test_should_reload_when_directories_have_same_prefix
Method · 0.45
test_should_not_reload_when_only_subdirectory_is_watched
Method · 0.45
test_override_defaults
Method · 0.45
test_explicit_paths
Method · 0.45
test_watchfiles_no_changes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected