Skip to content

handlers

Loading of the validation handlers found in the current environment.

loaded_handlers module-attribute

loaded_handlers = {
    ep.name: ep.load()
    for ep in entrypoints.get_group_all(
        group="dirschema_validator"
    )
}

Dict mapping from registered ValidationHandlers to the corresponding classes.