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

Method cell

components/dash-table/tests/selenium/conftest.py:571–572  ·  view source on GitHub ↗
(self, row, col, state=_ANY)

Source from the content-addressed store, hash-verified

569
570 @preconditions(_validate_row, _validate_col, _validate_state)
571 def cell(self, row, col, state=_ANY):
572 return DataTableCellFacade(self.id, self.mixin, row, col, state)
573
574 @preconditions(_validate_col, _validate_state)
575 def column(self, col, state=_ANY):

Calls 1

DataTableCellFacadeClass · 0.85

Tested by

no test coverage detected