_ConfigBase#
- class _ConfigBase[source]#
Shared base class for PyVista config objects.
Provides dict-style item access,
from_dict/to_dictserialization, and equality comparison. Used as the base for both the corepyvista.core.config.Configand every node of the plottingpyvista.plotting.themes.Themehierarchy.Subclasses must list every attribute as an underscore-prefixed entry in their
__slots__and expose each one via a public@propertygetter / setter pair that reads and writes the underscore slot.
Methods#
|
Create an instance from a dictionary of attribute values. |
Return config parameters as a dictionary. |