Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz/python-cookbook
/ example5.py
File
example5.py
src/8/calling_a_method_on_a_parent_class/example5.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# Tricky initialization problem involving multiple inheritance.
2
# Uses super()
3
4
class
Base:
Callers
nothing calls this directly
Calls
1
C
Class · 0.70
Tested by
no test coverage detected