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
Add d[key] lookup test with multi-member wrapped class keys
Test verifies that Python dict d[key] lookup works correctly when keys
are wrapped classes with multiple members (value_ and name_). Both members
must match for the lookup to succeed.
0 commit comments