Understanding __new__ and __init__
__new__ and __init__ in old-style versus new-style classes
Training
Cluj-Napoca, Oct. 26, 2015, by Andrei-George Hondrari
Estimated reading time:
The __new__ and __init__ methods behave differently between themselves and between the old-style versus new-style python class definitions.