asset property

asset property

Gets or sets the asset. The technique element may contain an asset element.

Definition:

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

See Also