gsplot.config.config#
Deprecated forwarding shim for gsplot.config.config.
Functions
Return a defensive snapshot of the discovered legacy configuration. |
|
|
Read one value from a defensive legacy configuration snapshot. |
|
Return a defensive legacy configuration snapshot without applying it. |
- config_dict()#
Return a defensive snapshot of the discovered legacy configuration.
- Return type:
dict[str, Any]
- config_entry_option(key)#
Read one value from a defensive legacy configuration snapshot.
- Parameters:
key (str)
- Return type:
Any
- config_load(config_path=None)#
Return a defensive legacy configuration snapshot without applying it.
- Parameters:
config_path (str | PathLike[str] | None)
- Return type:
dict[str, Any]