MCPcopy Create free account
hub / github.com/CodeWithHarry/The-Ultimate-Python-Course / 04_super.py

File 04_super.py

Chapter 11/04_super.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class Employee:
2 def __init__(self):
3 print("Constructor of Employee")
4 a = 1

Callers

nothing calls this directly

Calls 1

ManagerClass · 0.70

Tested by

no test coverage detected