fym.config.update

fym.config.update(d, base=None)[source]

Update the configuration.

The registered configuration does not change with this method. It only changes the configuration when the script running, i.e., this makes a local configuration.

New in version 1.2.2.

Parameters
ddict_like

New configuration that will replace or be added to the registered configuration.

basestr, optional

Base path to be updated using d. The path is separated by dots (.), i.e., like "model.quadrotor".