Searched defs:initpos (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Demo/turtle/ |
D | tdemo_bytedesign.py | 51 def wheel(self, initpos, scale): argument 69 def tripiece(self, initpos, scale): argument 86 def pentpiece(self, initpos, scale): argument
|
/external/python/cpython3/Lib/turtledemo/ |
D | bytedesign.py | 50 def wheel(self, initpos, scale): argument 68 def tripiece(self, initpos, scale): argument 85 def pentpiece(self, initpos, scale): argument
|