astropy:docs

ConfigurationItem

class astropy.config.ConfigurationItem[source] [edit on github]

Bases: astropy.config.ConfigItem

A backward-compatibility layer to support the old ConfigurationItem API. The only difference between this and ConfigItem is that this requires an explicit name to be set as the first argument.

Methods Summary

save([value]) Removed in astropy 0.4.

Methods Documentation

save(value=None)[source] [edit on github]

Removed in astropy 0.4.

Page Contents