MCPcopy 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
5class Cat:
6 def __init__(self, age):
7 self.age = age
8
9
10

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected