Home | History | Annotate | Download | only in Misc

Lines Matching full:__new__

4525 - If a new-style class defines neither __new__ nor __init__, its
4983 - Changed new-style class instantiation so that when C's __new__
6272 that take keyword arguments are __call__, __init__ and __new__.
6716 - Previously, __new__ would only see sequential arguments passed to
6719 now both __new__ and __init__ see all arguments.
6887 '__len__', '__lt__', '__mul__', '__ne__', '__new__', '__repr__',
6921 __new__. You can add mutable attributes, and the subclass instances