MCPcopy Create free account
hub / github.com/dabeaz/python-cookbook / A

Class A

src/8/delegation_and_proxies/example4.py:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class A:
2 def spam(self):
3 print('A.spam')
4
5 def foo(self):
6 print('A.foo')
7
8class B:
9 def __init__(self):

Callers 1

__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected