Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/qiwsir/StarterLearningPython
/ Cat
Class
Cat
2code/21101.py:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
pass
14
15
class
Cat(Animal):
16
def
talk(self):
17
print
"Meow!"
18
19
class
Dog(Animal):
20
def
talk(self):
Callers
1
21101.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected