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

Function find_last_div

tests/integration/renderer/test_persistence.py:257–259  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

255 return children
256
257 def find_last_div(n):
258 dash_duo.wait_for_text_to_equal("#div{}".format(n), "div {}".format(n))
259 assert len(dash_duo.find_elements("#div{}".format(n + 1))) == 0
260
261 dash_duo.start_server(app)
262 find_last_div(0)

Callers 1

Calls 3

find_elementsMethod · 0.80
formatMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…