org.python.core
Class IdImpl1

java.lang.Object
  extended byorg.python.core.IdImpl
      extended byorg.python.core.IdImpl1

public class IdImpl1
extends IdImpl


Constructor Summary
IdImpl1()
           
 
Method Summary
 long id(PyObject o)
           
 java.lang.String idstr(PyObject o)
           
 long java_obj_id(java.lang.Object o)
           
 
Methods inherited from class org.python.core.IdImpl
getInstance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdImpl1

public IdImpl1()
Method Detail

id

public long id(PyObject o)
Specified by:
id in class IdImpl

idstr

public java.lang.String idstr(PyObject o)
Specified by:
idstr in class IdImpl

java_obj_id

public long java_obj_id(java.lang.Object o)
Specified by:
java_obj_id in class IdImpl


Jython homepage