Skip to content

Fix output to named tuple member retrieval

Samuel GAIST requested to merge fix_output_name_access_on_object into 1.5.x

This allows to properly initialise and use database views that uses python keywords as output name.

This will require an update to the replay found in https://gitlab.idiap.ch/beat/beat.examples/ to properly map the class output to the cls object member.

Fixes #16 (closed)

Merge request reports