bundles / astropy 7.0.1 / 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: objectThis item's value, with a type determined by the
cfgtypeattribute.
Raises
: TypeErrorIf the configuration value as stored is not this item's type.
Aliases
-
astropy.config.ConfigItem.__call__