OpenGrok
Cross Reference: turtle.py
xref
: /
external
/
python
/
cpython2
/
Lib
/
lib-tk
/
turtle.py
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))