public class WeakrefModule extends Object implements ClassDictInit
Constructor and Description |
---|
WeakrefModule() |
Modifier and Type | Method and 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) |