qwikstart.operations.define_context module

class qwikstart.operations.define_context.Operation(local_context: Optional[Mapping[str, Any]] = None, opconfig: Optional[Dict[str, Any]] = None, description: str = '')

Bases: qwikstart.operations.base.BaseOperation

Operation to context variables to the operation context.

See https://qwikstart.readthedocs.io/en/latest/operations/define_context.html

Overrides default opconfig with:

  • display_description: False

default_opconfig = {'display_description': False}
name: str = 'define_context'
run(context: qwikstart.operations.define_context.Context) → Dict[str, Any]

Override with action