edit_status property

edit_status property

Gets or sets the status of the object data, according to the practice of the provider.

Definition:

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

See Also