MCPcopy Index your code
hub / github.com/rawpython/remi / on_row_count_change

Method on_row_count_change

examples/table_widget_app.py:67–68  ·  view source on GitHub ↗
(self, emitter, value, table)

Source from the content-addressed store, hash-verified

65 return wid
66
67 def on_row_count_change(self, emitter, value, table):
68 table.set_row_count(int(value))
69
70 def on_column_count_change(self, emitter, value, table):
71 table.set_column_count(int(value))

Callers

nothing calls this directly

Calls 1

set_row_countMethod · 0.80

Tested by

no test coverage detected