bundles / astropy latest / astropy / config / configuration / ConfigItem / set
function
astropy.config.configuration:ConfigItem.set
source: /astropy/config/configuration.py :338
Signature
def set ( self , value ) Summary
Sets the current value of this ConfigItem.
Extended Summary
This also updates the comments that give the description and type information.
Parameters
valueThe value this item should be set to.
Raises
: TypeErrorIf the provided
valueis not valid for thisConfigItem.
Aliases
-
astropy.config.ConfigItem.set