credit property

credit property

Gets or sets the credit.

Definition:

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

See Also