<div dir="ltr"><pre>in this case:<br><br>        C1: a[Z=3]      -> idx = {"Z": 3}             # P1/P2 dictionary with single key<div class="" id="LC140">                        <br></div></pre><div class="gmail_extra">
as we can index with any object, I wonder how one could differency between the calls, a[z=3] <br>and the actual a[{"Z":3}]. Do they should be return the same?<br></div></div>