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

Function vdom

src/py/reactpy/reactpy/core/vdom.py:128–128  ·  view source on GitHub ↗
(tag: str, *children: VdomChildren)

Source from the content-addressed store, hash-verified

126
127@overload
128def vdom(tag: str, *children: VdomChildren) -> VdomDict: ...
129
130
131@overload

Callers 2

_etree_to_vdomFunction · 0.90
constructorFunction · 0.85

Calls 4

warnFunction · 0.90
_is_attributesFunction · 0.85

Tested by

no test coverage detected