cpython/Lib/turtledemo
Miss Islington (bot) 10ee19b737
[3.11] Rewrite the turtledemo makeGraphFrame method (GH-104224) (#104238)
Rewrite the turtledemo makeGraphFrame method (GH-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.
(cherry picked from commit 96f95df48e)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
2023-05-06 15:31:28 +00:00
..
__init__.py
__main__.py [3.11] Rewrite the turtledemo makeGraphFrame method (GH-104224) (#104238) 2023-05-06 15:31:28 +00:00
bytedesign.py
chaos.py
clock.py gh-91212: Fixed flickering when the tracer is turned off (GH-95129) 2022-09-29 00:07:07 -07:00
colormixer.py
forest.py
fractalcurves.py
lindenmayer.py
minimal_hanoi.py
nim.py
paint.py
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