PyObject.getAttr(String) and PyObject.setAttr(String, Object) instead.@Deprecated public class PyClass extends PyObject
| Constructor and Description |
|---|
PyClass(long tstate,
long obj,
Jep jep)
Deprecated.
Make a new PyClass
|
public PyClass(long tstate,
long obj,
Jep jep)
throws JepException
tstate - a long valueobj - the address of the python classjep - the jep instance which created thisJepException - if an error occurs