gsplot.config.config#

Deprecated forwarding shim for gsplot.config.config.

Functions

config_dict()

Return a defensive snapshot of the discovered legacy configuration.

config_entry_option(key)

Read one value from a defensive legacy configuration snapshot.

config_load([config_path])

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]