Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
from
enum
import
Enum
4
5
class
Button(Enum):
6
LEFT = 0
7
RIGHT = 1
8
9
@dataclass
10
class
Click:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected