MCPcopy 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

1class Proxy:
2 def __init__(self, obj):
3 self._obj = obj
4

Callers

nothing calls this directly

Calls 3

AClass · 0.70
ProxyClass · 0.70
spamMethod · 0.45

Tested by

no test coverage detected