constant property commentEnabled throws TypeError (WRITE method or NOTIFY signal)
@QtCore.Property(bool, constant=True)
def commentEnabled(self):
return "comment" in self.host.cached_context.data
@QtCore.Property(bool, constant=False)
def commentEnabled(self):
return "comment" in self.host.cached_context.data