org.python.modules._weakref
Class WeakrefModule
java.lang.Object
org.python.modules._weakref.WeakrefModule
- All Implemented Interfaces:
- ClassDictInit
public class WeakrefModule
- extends Object
- implements ClassDictInit
The _weakref module.
__doc__
public static final PyString __doc__
WeakrefModule
public WeakrefModule()
classDictInit
public static void classDictInit(PyObject dict)
proxy
public static ProxyType proxy(PyObject object)
proxy
public static ProxyType proxy(PyObject object,
PyObject callback)
getweakrefcount
public static int getweakrefcount(PyObject object)
getweakrefs
public static PyList getweakrefs(PyObject object)
Jython homepage