nested property

nested property

The property indicates whether the resource resides inside another resource, e.g. a font resource that resides in a CSS or SVG resource.

Definition:

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

See Also