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