Skip to main content

resolve_all

Resolve all pending annotations.

def resolve_all(
anno: object,
task: object
) - > generator

Resolve all pending annotations.

Parameters

NameTypeDescription
annoobjectThe annotation object or collection to be resolved against the task.
taskobjectThe specific task context used to filter and identify matching annotations.

Returns

TypeDescription
generatorA generator yielding the first successful annotation matches found via specific task matching and general matching logic.