bundles / astropy latest / astropy / extern / configobj / validate / VdtValueTooBigError / __init__
function
astropy.extern.configobj.validate:VdtValueTooBigError.__init__
source: /astropy/extern/configobj/validate.py :437
Signature
def __init__ ( self , value ) Summary
>>> raise VdtValueTooBigError('1') Traceback (most recent call last): VdtValueTooBigError: the value "1" is too big.
Aliases
-
astropy.config.configuration.validate.VdtValueTooBigError.__init__