dunder method invocation upon call a function python code example
Example: python: dunder init method
class Student:
def __init__(self, name):
self.name = name
class Student:
def __init__(self, name):
self.name = name