notation property

notation property

Notation

Definition:

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

See Also