MCPcopy Create free account
hub / github.com/CodeWithHarry/The-Ultimate-Python-Course / Manager

Class Manager

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

Source from the content-addressed store, hash-verified

9 b = 2
10
11class Manager(Programmer):
12 def __init__(self):
13 super().__init__()
14 print("Constructor of Manager")
15 c = 3
16
17# o = Employee()
18# print(o.a) # Prints the a attribute

Callers 1

04_super.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected