MCPcopy Create free account
hub / github.com/Mrinank-Bhowmick/python-beginner-projects / run

Method run

projects/KbdXylo/main.py:38–43  ·  view source on GitHub ↗

Start listening for key events.

(self)

Source from the content-addressed store, hash-verified

36 return False
37
38 def run(self):
39 """Start listening for key events."""
40 with keyboard.Listener(
41 on_press=self.on_press, on_release=self.on_release
42 ) as listener:
43 listener.join()
44
45
46if __name__ == "__main__":

Callers 12

main.pyFile · 0.45
app.pyFile · 0.45
app.pyFile · 0.45
main.pyFile · 0.45
main.pyFile · 0.45
main.pyFile · 0.45
LLMPromptTemplateFunction · 0.45
transcription.pyFile · 0.45
summarizeTextFunction · 0.45
main.pyFile · 0.45
UrsaCraft_video.pyFile · 0.45
ursina_intro.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected