FetchADRIO.validate_context

adrio.adrio.FetchADRIO.validate_context(context)

Validates the context before ADRIO evaluation.

This is an abstract method.

NOTE: Implementations (that also implement inspect) must call this method at the start of inspect.

Parameters

context: Context

The context to validate.

Raises

Name Type Description
ADRIOContextError If this ADRIO cannot be evaluated in the given context.