is_valid property

is_valid property

Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored.

Definition:

@property
def is_valid(self):
    ...

See Also