Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
128
def
vdom(tag: str, *children: VdomChildren) -> VdomDict: ...
129
130
131
@overload
Callers
2
_etree_to_vdom
Function · 0.90
constructor
Function · 0.85
Calls
4
warn
Function · 0.90
_is_attributes
Function · 0.85
separate_attributes_and_children
Function · 0.85
separate_attributes_and_event_handlers
Function · 0.85
Tested by
no test coverage detected