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 void
classDictInit(PyObject dict)
static int
getweakrefcount(PyObject object)
static PyList
getweakrefs(PyObject object)
static ProxyType
proxy(PyObject object)
static ProxyType
proxy(PyObject object, PyObject callback)
-