Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
class
Animal:
2
def
__init__(self, name):
3
self.name = name
4
Callers
nothing calls this directly
Calls
2
Dog
Class · 0.70
speak
Method · 0.45
Tested by
no test coverage detected