has_format property

has_format property

Gets or sets a related resource that is substantially the same as the pre-existing described resource, but in another format.

Definition:

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

See Also