Package org.python.core
Class IdImpl
- java.lang.Object
-
- org.python.core.IdImpl
-
-
Constructor Summary
Constructors Constructor Description IdImpl()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static IdImpl
getInstance()
abstract long
id(PyObject o)
abstract java.lang.String
idstr(PyObject o)
abstract long
java_obj_id(java.lang.Object o)
-