Home | History | Annotate | Download | only in library

Lines Matching full:__new__

431    is affected by the values passed to the :meth:`__new__` method for the type
435 obj = C.__new__(C, *args)
469 :meth:`__new__` nor :meth:`__init__` will be called.