MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / pattern_matching.py

File pattern_matching.py

06_pattern_matching/python/pattern_matching.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 4

numberFunction · 0.70
classifyFunction · 0.70
DogClass · 0.70
CatClass · 0.70

Tested by

no test coverage detected