in src/main/java/pemja/core/object/PyObject.java [37:39]
public void setAttr(String attr, Object value) { setAttr(tState, pyobject, attr, value); }