MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / start_threads

Method start_threads

pager/pager_display.py:233–236  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

231 logger.info("PagerDisplay initialization complete.")
232
233 def start_threads(self):
234 threading.Thread(target=self.schedule_update_shared_data, daemon=True).start()
235 threading.Thread(target=self.schedule_update_vuln_count, daemon=True).start()
236 threading.Thread(target=self.handle_input_loop, daemon=True).start()
237
238 def schedule_update_shared_data(self):
239 while not self.shared_data.display_should_exit:

Callers 1

__init__Method · 0.95

Calls 1

startMethod · 0.45

Tested by

no test coverage detected