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

Function export

src/py/reactpy/reactpy/web/module.py:312–317  ·  view source on GitHub ↗
(
    web_module: WebModule,
    export_names: str,
    fallback: Any | None = ...,
    allow_children: bool = ...,
)

Source from the content-addressed store, hash-verified

310
311@overload
312def export(
313 web_module: WebModule,
314 export_names: str,
315 fallback: Any | None = ...,
316 allow_children: bool = ...,
317) -> VdomDictConstructor: ...
318
319
320@overload

Callers

nothing calls this directly

Calls 1

_make_exportFunction · 0.85

Tested by

no test coverage detected