Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gorakhargosh/watchdog
/ start
Method
start
src/watchdog/utils/__init__.py:74–76 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
72
""
"
73
74
def
start(self) -> None:
75
self.on_thread_start()
76
threading.Thread.start(self)
77
78
79
def
load_module(module_name: str) -> ModuleType:
Callers
15
observe_with
Function · 0.45
tricks_from
Function · 0.45
observer
Function · 0.45
try_to_fail
Function · 0.45
test_recursive_check_accepts_relative_paths
Function · 0.45
test_watchdog_recursive
Function · 0.45
test_schedule_should_start_emitter_if_running
Function · 0.45
test_start_should_start_emitter
Function · 0.45
test_stop_should_stop_emitter
Function · 0.45
test_unschedule_self
Function · 0.45
test_schedule_after_unschedule_all
Function · 0.45
test_start_failure_should_not_prevent_further_try
Function · 0.45
Calls
1
on_thread_start
Method · 0.95
Tested by
15
observer
Function · 0.36
try_to_fail
Function · 0.36
test_recursive_check_accepts_relative_paths
Function · 0.36
test_watchdog_recursive
Function · 0.36
test_schedule_should_start_emitter_if_running
Function · 0.36
test_start_should_start_emitter
Function · 0.36
test_stop_should_stop_emitter
Function · 0.36
test_unschedule_self
Function · 0.36
test_schedule_after_unschedule_all
Function · 0.36
test_start_failure_should_not_prevent_further_try
Function · 0.36
test_schedule_failure_should_not_prevent_future_schedules
Function · 0.36
test___init__
Function · 0.36