bundles / astropy latest / astropy / extern / configobj / validate / Validator / _pass
function
astropy.extern.configobj.validate:Validator._pass
source: /astropy/extern/configobj/validate.py :717
Signature
def _pass ( self , value ) Summary
Dummy check that always passes
Extended Summary
>>> vtor.check('', 0) 0 >>> vtor.check('', '0') '0'
Aliases
-
astropy.config.configuration.validate.Validator._pass