Lines Matching full:__new__
610 def __new__(_cls, x, y):612 return _tuple.__new__(_cls, (x, y))615 def _make(cls, iterable, new=tuple.__new__, len=len):