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

Method column_count

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

Source from the content-addressed store, hash-verified

2990 @property
2991 @editor_attribute_decorator("WidgetSpecific", '''Table colum count.''', int, {'possible_values': '', 'min': 0, 'max': 100, 'default': 1, 'step': 1})
2992 def column_count(self): return self.__column_count
2993 @column_count.setter
2994 def column_count(self, value): self.set_column_count(value)
2995

Callers

nothing calls this directly

Calls 1

set_column_countMethod · 0.95

Tested by

no test coverage detected