pleiades.sammy.alphanumerics.broadening module
- class pleiades.sammy.alphanumerics.broadening.BroadeningOptions(*, broadening_is_wanted: bool = True, broadening_is_not_wanted: bool = False, mutually_exclusive_groups: List[List[str]] = [['broadening_is_wanted', 'broadening_is_not_wanted']])[source]
Bases:
BaseModel- model_config = {'validate_default': True}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- enforce_exclusivity() BroadeningOptions[source]