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

File example1.py

src/8/calling_a_method_on_a_parent_class/example1.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class A:
2 def spam(self):
3 print('A.spam')
4

Callers

nothing calls this directly

Calls 2

BClass · 0.70
spamMethod · 0.45

Tested by

no test coverage detected