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

Class Button

29_pattern_matching_revisited/python/match_obj.py:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3from enum import Enum
4
5class Button(Enum):
6 LEFT = 0
7 RIGHT = 1
8
9@dataclass
10class Click:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected