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

File example5.py

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

Source from the content-addressed store, hash-verified

1# Tricky initialization problem involving multiple inheritance.
2# Uses super()
3
4class Base:

Callers

nothing calls this directly

Calls 1

CClass · 0.70

Tested by

no test coverage detected