MCPcopy 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

1class A:
2 def __init__(self):
3 self.x = 0
4

Callers

nothing calls this directly

Calls 1

BClass · 0.70

Tested by

no test coverage detected