low_comm_tools.options
Attributes
Classes
A base class that Options style flint classes can |
Module Contents
- class low_comm_tools.options.BaseOptions(/, **data: Any)[source]
Bases:
pydantic.BaseModelA base class that Options style flint classes can inherit from. This is derived from
pydantic.BaseModel, and can be used for validation of supplied values.Class derived from
BaseOptionsare immutable by default, and have the docstrings of attributes extracted.