Fix docstring
This commit is contained in:
parent
427fc47e7a
commit
5e4cfdef52
1 changed files with 1 additions and 0 deletions
|
@ -245,6 +245,7 @@ class ManagedListItem(object):
|
||||||
self.setProperty(k, v)
|
self.setProperty(k, v)
|
||||||
|
|
||||||
def __bool__(self):
|
def __bool__(self):
|
||||||
|
"""Magic method for bool(ManagedListItem)."""
|
||||||
return self._valid
|
return self._valid
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
Loading…
Reference in a new issue