We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Clock.__slots__
1 parent fb5c033 commit a44f521Copy full SHA for a44f521
src/asyncgui_ext/clock.py
@@ -44,8 +44,6 @@ def __exit__(self, *__):
44
45
46
class Clock:
47
- __slots__ = ('_cur_time', '_events', '_events_to_be_added', '__weakref__', )
48
-
49
def __init__(self, initial_time=0):
50
self._cur_time = initial_time
51
self._events: list[ClockEvent] = []
0 commit comments