Package org.python.modules._weakref
Class WeakrefModule
- java.lang.Object
-
- org.python.modules._weakref.WeakrefModule
-
- All Implemented Interfaces:
ClassDictInit
public class WeakrefModule extends java.lang.Object implements ClassDictInit
The _weakref module.
-
-
Constructor Summary
Constructors Constructor Description WeakrefModule()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidclassDictInit(PyObject dict)static intgetweakrefcount(PyObject object)static PyListgetweakrefs(PyObject object)static ProxyTypeproxy(PyObject object)static ProxyTypeproxy(PyObject object, PyObject callback)
-