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.
1 parent 961a4bf commit 889d36fCopy full SHA for 889d36f
src/datastar_py/attributes.py
@@ -390,7 +390,7 @@ def __str__(self) -> str:
390
class TimingMod:
391
def debounce(
392
self: Self,
393
- wait: int | float | str,
+ wait: int | str,
394
*,
395
leading: bool = False,
396
notrail: bool = False,
@@ -412,7 +412,7 @@ def debounce(
412
413
def throttle(
414
415
416
417
noleading: bool = False,
418
trail: bool = False,
@@ -436,7 +436,7 @@ def throttle(
436
class DelayMod:
437
def delay(
438
439
440
) -> Self:
441
"""Delay the event listener.
442
0 commit comments