MCPcopy Index your code
hub / github.com/reactive-python/reactpy / event

Function event

src/py/reactpy/reactpy/core/events.py:13–18  ·  view source on GitHub ↗
(
    function: Callable[..., Any],
    *,
    stop_propagation: bool = ...,
    prevent_default: bool = ...,
)

Source from the content-addressed store, hash-verified

11
12@overload
13def event(
14 function: Callable[..., Any],
15 *,
16 stop_propagation: bool = ...,
17 prevent_default: bool = ...,
18) -> EventHandler: ...
19
20
21@overload

Callers 2

DoNotChangePagesFunction · 0.90
DivInDivFunction · 0.90

Calls 1

setupFunction · 0.70

Tested by

no test coverage detected