SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 2 Python

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.
T
Terry Jan Reedy committed
96f95df48e41ccf984de1ee1312c81809fd9e876
Parent: e407661
Committed by GitHub <noreply@github.com> on 5/6/2023, 3:09:08 PM