is_writable property

is_writable property

Gets or sets a value indicating whether this instance is writable.

Definition:

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

See Also