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

Method __init__

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected