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