credit property

credit property

Gets or sets information about the provider of the object, not necessarily the owner/creator.

Definition:

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

See Also