org.python.core
public class PyJavaInstance extends PyInstance implements Externalizable
| Constructor Summary | |
|---|---|
| PyJavaInstance() | |
| PyJavaInstance(PyJavaClass iclass) | |
| PyJavaInstance(Object proxy) | |
| Method Summary | |
|---|---|
| int | hashCode() |
| void | readExternal(ObjectInput in)
Implementation of the Externalizable interface. |
| void | writeExternal(ObjectOutput out)
Implementation of the Externalizable interface. |
| PyObject | _is(PyObject o) |
| PyObject | _isnot(PyObject o) |
| int | __cmp__(PyObject o) |
| void | __delattr__(String attr) |
| void | __init__(PyObject[] args, String[] keywords) |
| PyString | __repr__() |
| PyString | __str__() |
Parameters: in the input stream.
Throws: java.io.IOException ClassNotFoundException
Parameters: out the output stream.
Throws: java.io.IOException