generate_config#
- astropy.config.generate_config(pkgname='astropy', filename=None, verbose=False)[source]#
 Generates a configuration file, from the list of
ConfigItemobjects for each subpackage.Added in version 4.1.
- Parameters:
 - pkgname
python:strorpython:None The package for which to retrieve the configuration object.
- filename
python:stror python:file-like object orpython:None If None, the default configuration path is taken from
get_config.
- pkgname