{ } Raw JSON

bundles / astropy latest / astropy / extern / configobj / validate / VdtValueTooLongError / __init__

function

astropy.extern.configobj.validate:VdtValueTooLongError.__init__

source: /astropy/extern/configobj/validate.py :463

Signature

def   __init__ ( self value )

Summary

>>> raise VdtValueTooLongError('jedie')
Traceback (most recent call last):
VdtValueTooLongError: the value "jedie" is too long.

Aliases

  • astropy.config.configuration.validate.VdtValueTooLongError.__init__