MCPcopy Create free account
hub / github.com/plotly/dash / hold

Method hold

components/dash-table/tests/selenium/conftest.py:629–630  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

627
628 @preconditions(_validate_key)
629 def hold(self, key):
630 return HoldKeyContext(self, key)
631
632 def get_selected_text(self):
633 return self.driver.execute_script("return window.getSelection().toString()")

Calls 1

HoldKeyContextClass · 0.85

Tested by

no test coverage detected