All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tests.java.javatests.Issue1833 Maven / Gradle / Ivy

There is a newer version: 2.7.1.1
Show newest version
package javatests;
import org.python.core.PyObject;

public class Issue1833 {
    public PyObject target;

    public void setValue(PyObject value) {
        target.__setattr__("attribute", value);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy