{ } Raw JSON

bundles / astropy 7.0.1 / 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

value

The value this item should be set to.

Raises

: TypeError

If the provided value is not valid for this ConfigItem.

Aliases

  • astropy.config.ConfigItem.set