.. This page is generated by scripts/generate_dataclass_docs.py. Do not edit manually. Capabilities / Conditions ========================= .. automodule:: teksi_hooks.capabilities.conditions ConditionEvaluationContext -------------------------- .. autoclass:: teksi_hooks.capabilities.conditions.ConditionEvaluationContext :members: Fields ~~~~~~ ``local_values`` Type: ``Mapping[str, Any]`` Values of the object currently being evaluated, keyed by attribute name. ``remote_values`` Type: ``Mapping[str, Mapping[str, Any]]`` Values of related objects, keyed first by relation name and then by attribute name. ``context_values`` Type: ``Mapping[str, Any]`` External runtime context values, for example provider id, dataowner id or organisation id. ConditionsCapability -------------------- .. autoclass:: teksi_hooks.capabilities.conditions.ConditionsCapability :members: