protection property

protection property

Definition:

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

See Also