NameSelector¶
- class baybe.parameters.selectors.NameSelector[source]¶
Bases:
ParameterSelectorSelect parameters by name patterns.
Public methods
__init__(patterns, *[, exclude, regex])Method generated by attrs for class NameSelector.
__call__(parameter)Determine if a parameter should be included in the selection.
Public attributes and properties
The patterns to be matched against.
If
False, the provided patterns are interpreted as literal strings.Boolean flag indicating whether invert the selection criterion.
- __call__(parameter: Parameter)¶
Determine if a parameter should be included in the selection.
- Return type: