in src/main/java/pemja/core/object/PyObject.java [29:31]
public Object getAttr(String attr) { return getAttr(attr, Object.class); }