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

Function get_done_item

tests/integration/callbacks/test_wildcards.py:56–58  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

54 assert len(dash_duo.find_elements("#list-container>div")) == items
55
56 def get_done_item(item):
57 selector = css_escape('#{"action":"done","item":%d} input' % item)
58 return dash_duo.find_element(selector)
59
60 def assert_item(item, text, done, prefix="", suffix=""):
61 dash_duo.wait_for_text_to_equal(css_escape('#{"item":%d}' % item), text)

Callers 2

assert_itemFunction · 0.85
test_cbwc001_todo_appFunction · 0.85

Calls 2

css_escapeFunction · 0.85
find_elementMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…