int_value property

int_value property

Gets or sets the int value.

Definition:

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

See Also