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

Method hide

components/dash-table/tests/selenium/conftest.py:325–326  ·  view source on GitHub ↗
(self, row=0)

Source from the content-addressed store, hash-verified

323
324 @preconditions(_validate_row)
325 def hide(self, row=0):
326 self.find_inside(row, ".column-header--hide").click()
327
328 @preconditions(_validate_row)
329 def is_selected(self, row=0):

Calls 2

find_insideMethod · 0.95
clickMethod · 0.45

Tested by

no test coverage detected