Skip to content

cattle_grid.dependencies.transformer

These are annotations useable when building a transformer in an extension, see here.

Furthermore, you may use the annotations from muck_out.cattle_grid starting with Fetch or Transformed.

ActorTransforming module-attribute

ActorTransforming = Annotated[
    Actor, Depends(actor_for_transformer)
]

The actor in whose scope the transformation is running