resolve_all
Resolve all pending annotations.
def resolve_all(
anno: object,
task: object
) - > generator
Resolve all pending annotations.
Parameters
| Name | Type | Description |
|---|---|---|
| anno | object | The annotation object or collection to be resolved against the task. |
| task | object | The specific task context used to filter and identify matching annotations. |
Returns
| Type | Description |
|---|---|
generator | A generator yielding the first successful annotation matches found via specific task matching and general matching logic. |