MCPcopy
hub / github.com/plotly/dash / get_output

Function get_output

tests/integration/test_patch.py:215–217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213 assert dash_duo.get_logs() == []
214
215 def get_output():
216 e = dash_duo.find_element("#store-content")
217 return json.loads(e.text)
218
219 _input = dash_duo.find_element("#set-value")
220 _input.send_keys("Set Value")

Calls 1

find_elementMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…