{ } Raw JSON

bundles / astropy latest / astropy / config / configuration / ConfigItem / __call__

function

astropy.config.configuration:ConfigItem.__call__

source: /astropy/config/configuration.py :442

Signature

def   __call__ ( self )

Summary

Returns the value of this ConfigItem.

Returns

val : object

This item's value, with a type determined by the cfgtype attribute.

Raises

: TypeError

If the configuration value as stored is not this item's type.

Aliases

  • astropy.config.ConfigItem.__call__