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

Method use_title

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

set_use_titleMethod · 0.95

Tested by

no test coverage detected