Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz/python-cookbook
/ example1.py
File
example1.py
src/8/calling_a_method_on_a_parent_class/example1.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
A:
2
def
spam(self):
3
print(
'A.spam'
)
4
Callers
nothing calls this directly
Calls
2
B
Class · 0.70
spam
Method · 0.45
Tested by
no test coverage detected