MCPcopy Create free account
hub / github.com/ShivaBhattacharjee/KeyZen / 02_classes.py

File 02_classes.py

data/python/02_classes.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

DogClass · 0.70
speakMethod · 0.45

Tested by

no test coverage detected