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

Method on_column_count_change

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

Source from the content-addressed store, hash-verified

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))
72
73 def fill_table(self, emitter, table):
74 for ri in range(0, table.row_count):

Callers

nothing calls this directly

Calls 1

set_column_countMethod · 0.80

Tested by

no test coverage detected