ParamSpecValueArray

class ParamSpecValueArray(*args, **kwargs)

Superclasses: ParamSpec

A ParamSpec derived structure that contains the meta data for ValueArray properties.

Fields

class ParamSpecValueArray
element_spec

A ParamSpec describing the elements contained in arrays of this property, may be None

fixed_n_elements

If greater than 0, arrays of this property will always have this many elements

parent_instance

Private ParamSpec portion