notes_count property

notes_count property

Notes count in storage

Definition:

@property
def notes_count(self):
    ...
@notes_count.setter
def notes_count(self, value):
    ...

See Also