Searched defs:canvwidth (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/ |
D | turtle.py | 331 canvwidth=600, canvheight=500): argument 355 def reset(self, canvwidth=None, canvheight=None, bg = None): argument 763 def _resize(self, canvwidth=None, canvheight=None, bg=None): argument 1476 def screensize(self, canvwidth=None, canvheight=None, bg=None): argument
|