{ } Raw JSON

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

function

astropy.extern.configobj.validate:VdtTypeError.__init__

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

Signature

def   __init__ ( self value )

Summary

>>> raise VdtTypeError('jedi')
Traceback (most recent call last):
VdtTypeError: the value "jedi" is of the wrong type.

Aliases

  • astropy.config.configuration.validate.VdtTypeError.__init__