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