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

Class WebModule

src/py/reactpy/reactpy/web/module.py:302–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300
301@dataclass(frozen=True)
302class WebModule:
303 source: str
304 source_type: SourceType
305 default_fallback: Any | None
306 export_names: set[str] | None
307 file: Path | None
308 unmount_before_update: bool
309
310
311@overload

Callers 4

module_from_urlFunction · 0.85
module_from_fileFunction · 0.85
module_from_stringFunction · 0.85

Calls

no outgoing calls

Tested by 1