python __new__ __init__ __del__

1.python实例化顺序是.__new__ -->__init__ --> __del__

2.如果重写new没return,就实例化不成功

原文地址:https://www.cnblogs.com/alamZ/p/7130221.html