MCPcopy 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

1class Dog:
2 def __init__(self, name):
3 self.name = name
4
5class Cat:
6 def __init__(self, age):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected