Skip to content

Draft: Make the field parameter optional.

David Schäfer requested to merge optional_field into develop

With field=None the given function will be executed on all variables in saqc.data. Unfortunately the type hints don't reflect this change, because of limitations in python decorator typing (see comment of saqc.core.register.register.outer`).

Solves #385

Edited by David Schäfer

Merge request reports