(self)
| 3002 | @property |
| 3003 | @editor_attribute_decorator("WidgetSpecific", '''Table use title.''', bool, {}) |
| 3004 | def use_title(self): return self.__use_title |
| 3005 | @use_title.setter |
| 3006 | def use_title(self, value): self.set_use_title(value) |
| 3007 |
nothing calls this directly
no test coverage detected