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.
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.