diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2023-05-06 11:09:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-06 11:09:08 -0400 |
commit | 96f95df48e41ccf984de1ee1312c81809fd9e876 (patch) | |
tree | 64b352aa5fd50c36b12b59a67ca6c2330539aad9 /Python/pylifecycle.c | |
parent | e407661e7a70ad49a69df3058634bc4fccebbcd6 (diff) | |
download | cpython-96f95df48e41ccf984de1ee1312c81809fd9e876.tar.gz cpython-96f95df48e41ccf984de1ee1312c81809fd9e876.zip |
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.
Diffstat (limited to 'Python/pylifecycle.c')
0 files changed, 0 insertions, 0 deletions