Searched refs: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 54 self.pentpiece(initpos, scale) 58 self.tripiece(initpos, scale) 69 def tripiece(self, initpos, scale): argument 75 self.goto(initpos) 81 self.goto(initpos) 86 def pentpiece(self, initpos, scale): argument 96 self.goto(initpos) 105 self.goto(initpos)
|
/external/python/cpython3/Lib/turtledemo/ |
D | bytedesign.py | 50 def wheel(self, initpos, scale): argument 53 self.pentpiece(initpos, scale) 57 self.tripiece(initpos, scale) 68 def tripiece(self, initpos, scale): argument 74 self.goto(initpos) 80 self.goto(initpos) 85 def pentpiece(self, initpos, scale): argument 95 self.goto(initpos) 104 self.goto(initpos)
|