notes_count property

notes_count property

Definition:

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

See Also