scope property

scope property

Scope

Definition:

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

See Also