BoundMetaclass
- class BoundMetaclass
A cheap-to-constructor surrogate for metadata features
Members defined in
BoundMetaclass(2 members) Attributes
- property element: syside.Element
The element this metadata applies to.
This is equivalent to
.annotated_element.
- property metaclass: syside.Type | None
The metaclass this metadata is typed by.
This is equivalent to
.metaclassof metadata features. Presence ofmetaclassdepends on the standard library cache used to construct thisBoundMetaclass. It is optional, because reflection is implemented based on theelementtype alone.