Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ Cat
Class
Cat
06_pattern_matching/python/pattern_matching.py:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
self.name = name
4
5
class
Cat:
6
def
__init__(self, age):
7
self.age = age
8
9
10
Callers
1
pattern_matching.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected