qhana_plugin_runner.util.jinja_helpers module

qhana_plugin_runner.util.jinja_helpers.get_datalist_from_schema(schema: FrontendFormBaseSchema, key: str, extras: dict | None = None) list | None

Get datalist for a field from schema or schema.datalists dict. If not found, return None.

qhana_plugin_runner.util.jinja_helpers.marshmallow_field_to_input_type(field: Field) str | None
qhana_plugin_runner.util.jinja_helpers.marshmallow_field_to_step_attr(field: Field) str | None
qhana_plugin_runner.util.jinja_helpers.marshmallow_validators_to_field_attrs(field: Field) str
qhana_plugin_runner.util.jinja_helpers.register_helpers(app: Flask)
qhana_plugin_runner.util.jinja_helpers.space_delimited_list(items: Sequence[str | float | int | bool | None] | str | float | int | bool) str | None