MCPcopy
hub / github.com/gorakhargosh/watchdog / stop

Function stop

tests/test_fsevents.py:161–163  ·  view source on GitHub ↗
(em)

Source from the content-addressed store, hash-verified

159 touch(p(f"{n}.txt"))
160
161 def stop(em):
162 sleep(random())
163 em.stop()
164
165 th1 = Thread(target=create_files)
166 th2 = Thread(target=stop, args=(emitter,))

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…