MCPcopy
hub / github.com/yuka-friends/Windrecorder / run

Method run

windrecorder/utils.py:44–48  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

42 self.running = False
43
44 def run(self):
45 self.running = True
46 while self.running:
47 time.sleep(self.interval)
48 self.function()
49
50 def stop(self):
51 self.running = False

Callers 15

check_is_runningFunction · 0.80
onboard_setting.pyFile · 0.80
print_headerFunction · 0.80
set_usernameFunction · 0.80
set_ocr_langFunction · 0.80
set_record_modeFunction · 0.80
set_mainFunction · 0.80
assert_ffmpegFunction · 0.80
mainFunction · 0.80
hide_cli_windowFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected