is_new property

is_new property

True if the connection has not been refreshed for the first time; otherwise, false. This state can happen when the user saves the file before a query has finished returning.

Definition:

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

See Also