Quotes About Init
Technically, instance creation first triggers the __new__ method, which creates and returns the new instance object, which is then passed into __init__ for initialization.
~ Unknown
BazillionQuotes.com
Normally we create instance attributes by assigning them in class __init__ constructor methods, but this isn't the only option.
~ Unknown
BazillionQuotes.com
