org.python.core
Class IdImpl

java.lang.Object
  extended by org.python.core.IdImpl

public class IdImpl
extends Object


Nested Class Summary
static class IdImpl.WeakIdentityMap
           
 
Constructor Summary
IdImpl()
           
 
Method Summary
 long id(PyObject o)
           
 String idstr(PyObject o)
           
 long java_obj_id(Object o)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdImpl

public IdImpl()
Method Detail

id

public long id(PyObject o)

idstr

public String idstr(PyObject o)

java_obj_id

public long java_obj_id(Object o)


Jython homepage