Home | History | Annotate | Download | only in lib-tk

Lines Matching full:__new__

270     def __new__(cls, x, y):
271 return tuple.__new__(cls, (x, y))