org.python.core

Class IdImpl1


public class IdImpl1
extends IdImpl

Method Summary

long
id(PyObject o)
String
idstr(PyObject o)
long
java_obj_id(Object o)

Methods inherited from class org.python.core.IdImpl

getInstance, id, idstr, java_obj_id

Method Details

id

public long id(PyObject o)
Overrides:
id in interface IdImpl

idstr

public String idstr(PyObject o)
Overrides:
idstr in interface IdImpl

java_obj_id

public long java_obj_id(Object o)
Overrides:
java_obj_id in interface IdImpl

Jython homepage