You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`add` parameter is passed to Tkinter methods that, according to typeshed, also accept `Literal["", "+"]`, but [documentation](docs.python.org/dev/library/turtle.html) only mentions `True` and `False`, so I decided to leave only the bool type.
The `RawTurtle.{onclick,onrelease,ondrag}` methods also only used the bool type before.
0 commit comments