MCPcopy Create free account
hub / github.com/conda/constructor / get_validator_class

Function get_validator_class

constructor/construct.py:152–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150
151
152def get_validator_class():
153 all_validators = dict(Draft202012Validator.VALIDATORS)
154 all_validators["deprecated"] = deprecated_validator
155
156 return validators.create(
157 meta_schema=Draft202012Validator.META_SCHEMA, validators=all_validators
158 )
159
160
161def verify(info):

Callers 1

verifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected