apply property

apply property

Definition:

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

See Also