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