You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code above is wrong but shows expected usage of new API.
get_attributes_detailed exposes identifiers, but attributes are not grouped by key. In addition, it would be nice to have them in named tuples (accessible by getattr, .value) instead of regular dicts with ["value"] syntax to access the value
The text was updated successfully, but these errors were encountered:
One of use-cases found during some code review:
Code above is wrong but shows expected usage of new API.
get_attributes_detailed
exposes identifiers, but attributes are not grouped by key. In addition, it would be nice to have them in named tuples (accessible by getattr,.value
) instead of regular dicts with["value"]
syntax to access the valueThe text was updated successfully, but these errors were encountered: