reference property

reference property

Gets or sets the reference.

Definition:

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

See Also