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

Method column

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

Source from the content-addressed store, hash-verified

573
574 @preconditions(_validate_col, _validate_state)
575 def column(self, col, state=_ANY):
576 return DataTableColumnFacade(self.id, self.mixin, col, state)
577
578 @preconditions(_validate_row, _validate_state)
579 def row(self, row, state=_ANY):

Calls 1

Tested by

no test coverage detected