Searched defs:canvwidth (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | turtle.py | 338 canvwidth=600, canvheight=500): argument 362 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
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | turtle.py | 338 canvwidth=600, canvheight=500): argument 362 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
|
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/ |
D | turtle.py | 360 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
|