Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/The-Ultimate-Python-Course
/ __init__
Method
__init__
Chapter 11/04_super.py:12–14 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
10
11
class
Manager(Programmer):
12
def
__init__(self):
13
super().__init__()
14
print(
"Constructor of Manager"
)
15
c = 3
16
17
# o = Employee()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected