global_or_local property

global_or_local property

GlobalOrLocal

Definition:

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

See Also