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

Method row_count

remi/gui.py:2998–2998  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2996 @property
2997 @editor_attribute_decorator("WidgetSpecific", '''Table row count.''', int, {'possible_values': '', 'min': 0, 'max': 100, 'default': 1, 'step': 1})
2998 def row_count(self): return len(self.children)
2999 @row_count.setter
3000 def row_count(self, value): self.set_row_count(value)
3001

Callers

nothing calls this directly

Calls 1

set_row_countMethod · 0.95

Tested by

no test coverage detected