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