[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 96f95df48e41ccf984de1ee1312c81809fd9e876) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
M
Miss Islington (bot) committed
10ee19b7371e333f1e22c9471b61954485f2268c
Parent: 4b11af0
Committed by GitHub <noreply@github.com>
on 5/6/2023, 3:31:28 PM