Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ _valid_child
Function
_valid_child
dash/_validate.py:259–260 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
257
)
258
259
def
_valid_child(val):
260
return
isinstance(val, valid_children)
261
262
def
_valid_prop(val):
263
return
isinstance(val, valid_props)
Callers
2
_can_serialize
Function · 0.85
_validate_value
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…