Saves only the module's configuration to a file named config.json
in the specified
directory. This method should not be called directly. It is called as part of save()
.
- Parameters
path (Path
) -- The directory to which to save the configuration and parameter files. The
directory may or may not exist but no parent directories are created.
- Return type
None