MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / Click

Class Click

29_pattern_matching_revisited/python/match_obj.py:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9@dataclass
10class Click:
11 position: tuple
12 button: Button
13
14if __name__ == "__main__":
15 events = [Button.LEFT,

Callers 1

match_obj.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected