2.12.1.4. pycsamt.zonge.config#
This module provides foundational base classes and configuration objects for the Zonge subpackage.
Classes
|
A foundational base class for Zonge data objects. |
- class pycsamt.zonge.config.Zonge(verbose=False, **kws)[source]
Bases:
objectA foundational base class for Zonge data objects.
This class provides common attributes and methods, such as verbosity control, a standardized logger, and parameter management, that can be inherited by other classes in the Zonge subpackage.
- Parameters:
- get_params(deep=True)[source]
Get parameters for this object.
This method retrieves the parameters that were set in the object’s
__init__method.
- set_params(**params)[source]
Set the parameters of this object.
This method allows for updating the object’s parameters after it has been instantiated.