has_part property

has_part property

Gets or sets a related resource that is included either physically or logically in the described resource.

Definition:

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

See Also