Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ is_shape
Function
is_shape
dash/development/_collect_nodes.py:5–6 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
3
4
5
def
is_shape(value):
6
return
value in (
"shape"
,
"exact"
)
7
8
9
def
collect_array(a_value, base, nodes):
Callers
3
collect_union
Function · 0.85
collect_object
Function · 0.85
collect_nodes
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…