Calls
PyObject.__findattr__(java.lang.String) , then if it
returns null calls
PyObject.__finditem__(java.lang.String) .
If
JythonWrapper.setAttributesShadowItems(boolean) was called
with false, the order of calls is reversed (that is, item
lookup takes precedence over attribute lookup).