(self)
| 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 |
nothing calls this directly
no test coverage detected