ingredients property

ingredients property

Gets or sets the references to resources that were incorporated, by inclusion or reference, into this resource.

Definition:

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

See Also