Home
last modified time | relevance | path

Searched defs:canvheight (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Dturtle.py337 canvwidth=600, canvheight=500): argument
361 def reset(self, canvwidth=None, canvheight=None, bg = None): argument
773 def _resize(self, canvwidth=None, canvheight=None, bg=None): argument
1486 def screensize(self, canvwidth=None, canvheight=None, bg=None): argument
/external/python/cpython2/Lib/lib-tk/
Dturtle.py360 canvwidth=600, canvheight=500): argument
384 def reset(self, canvwidth=None, canvheight=None, bg = None): argument
780 def _resize(self, canvwidth=None, canvheight=None, bg=None): argument
1402 def screensize(self, canvwidth=None, canvheight=None, bg=None): argument