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

Method __init__

Chapter 11/04_super.py:7–8  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5
6class Programmer(Employee):
7 def __init__(self):
8 print("Constructor of Programmer")
9 b = 2
10
11class Manager(Programmer):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected