primitives property

primitives property

Gets or sets the primitives. References the indices for the input; this describes the attributes for all the wires.

Definition:

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

See Also