{ } Raw JSON

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

function

astropy.extern.configobj.validate:VdtUnknownCheckError.__init__

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

Signature

def   __init__ ( self value )

Summary

>>> raise VdtUnknownCheckError('yoda')
Traceback (most recent call last):
VdtUnknownCheckError: the check "yoda" is unknown.

Aliases

  • astropy.config.configuration.validate.VdtUnknownCheckError.__init__