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

Method table

components/dash-table/tests/selenium/conftest.py:603–604  ·  view source on GitHub ↗
(self, id)

Source from the content-addressed store, hash-verified

601
602 @preconditions(_validate_id)
603 def table(self, id):
604 return DataTableFacade(id, self)
605
606 def get_table_ids(self):
607 return self.driver.execute_script(

Calls 1

DataTableFacadeClass · 0.85

Tested by

no test coverage detected