Whenever you have a binding that is a dictionary what really is is a DotReferenceJythonMap.
In the documentation says that you can get it using __len__() but I'm not able to do it.
Any idea on how to do this?
My final objective is to do this: len(dict) > 0.
