15five/scim2-filter-parser

Return NamedTuple rather than tuple.

Closed this issue · 0 comments

It would be nice to return a NamedTuple instead of a tuple here:

attr_path_tuple = (attr_name_value, sub_attr_value, uri_value)

This way parts of each path could be accessed by name rather than by index in the tuple.