MCPcopy
hub / github.com/beeware/toga / insert_column

Function insert_column

core/tests/widgets/test_table.py:1223–1224  ·  view source on GitHub ↗
(self, index, heading, accessor)

Source from the content-addressed store, hash-verified

1221 """The old insert_column implementation API is deprecated."""
1222
1223 def insert_column(self, index, heading, accessor):
1224 self._action("insert column", index=index, heading=heading, accessor=accessor)
1225
1226 with patch.object(table._impl.__class__, "insert_column", insert_column):
1227 with pytest.warns(

Callers

nothing calls this directly

Calls 1

_actionMethod · 0.80

Tested by

no test coverage detected