replaces property

replaces property

Gets or sets a related resource that is supplanted, displaced, or superseded by the described resource.

Definition:

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

See Also