Allow Pyson In statement to have Pyson statement as key when object is a dict
For now, Pyson statement "In" allows only a key of type string when object is a dict. It should also allows a key which is a Pyson Statement too like for the "Get" statement. This way, we could have such expression:
In(Eval('field'), dict)