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
Instead of overriding new_timer, let subclasses set the _timer_cls
attribute. This makes new_timer have a consistent and useful signature
(`interval=None, callbacks=None`) rather than `*args, **kwargs` without
having to repeat it across subclasses. Don't do it with backend_tk,
whose timer has a different signature (similar to the "old" wx timer
signature, now removed).
Also some timer-related cleanups in examples.
0 commit comments