MCPcopy
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
79def load_module(module_name: str) -> ModuleType:

Calls 1

on_thread_startMethod · 0.95