MCPcopy Index your code
hub / github.com/plotly/dash / inputs_to_vals

Function inputs_to_vals

dash/_utils.py:231–235  ·  view source on GitHub ↗
(inputs)

Source from the content-addressed store, hash-verified

229
230
231def inputs_to_vals(inputs):
232 return [
233 [ii.get("value") for ii in i] if isinstance(i, list) else i.get("value")
234 for i in inputs
235 ]
236
237
238def run_command_with_process(cmd):

Callers 1

_inputs_to_valsMethod · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…