TypeSelector¶
- class baybe.parameters.selectors.TypeSelector[source]¶
Bases:
ParameterSelectorSelect parameters by type.
Public methods
__init__(types, *[, exclude])Method generated by attrs for class TypeSelector.
__call__(parameter)Determine if a parameter should be included in the selection.
Public attributes and properties
The parameter types to be selected.
Boolean flag indicating whether invert the selection criterion.
- __call__(parameter: Parameter)¶
Determine if a parameter should be included in the selection.
- Return type: