cpython/Lib/turtledemo
Terry Jan Reedy 96f95df48e
Rewrite the turtledemo makeGraphFrame method (#104224)
Replace `self._canvas` and `self.scanvas`, both bound to `canvas`,
with `self.canvas, which is accessed in other methods.
Replace `_s_` with `screen` and `_s_._canvas` with `canvas`.
Add a comment explaining the unorthodox use of
function turtle.Screen and singleton class turtle._Screen.
2023-05-06 11:09:08 -04:00
..
__init__.py
__main__.py Rewrite the turtledemo makeGraphFrame method (#104224) 2023-05-06 11:09:08 -04:00
bytedesign.py
chaos.py
clock.py gh-91212: Fixed flickering when the tracer is turned off (#95129) 2022-09-28 23:40:51 -07:00
colormixer.py
forest.py
fractalcurves.py
lindenmayer.py
minimal_hanoi.py
nim.py
paint.py Fix typos in docs and docstrings (GH-13745) 2019-06-03 01:12:33 +02:00
peace.py
penrose.py
planet_and_moon.py
rosette.py
round_dance.py
sorting_animate.py Mark files as executable that are meant as scripts. (GH-15354) 2019-09-09 07:16:33 -07:00
tree.py
turtle.cfg
two_canvases.py Fix typo in turtledemo.two_canvases. (GH-25194) 2021-04-05 13:19:13 -04:00
yinyang.py