|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.python.modules._weakref
| Nested Class Summary | |
static class |
_weakref.AbstractReference
|
static class |
_weakref.CallableProxyType
|
static class |
_weakref.GlobalRef
|
static class |
_weakref.ProxyType
|
static class |
_weakref.ReferenceType
|
| Field Summary | |
static PyObject |
ReferenceError
|
| Constructor Summary | |
_weakref()
|
|
| Method Summary | |
static void |
classDictInit(PyObject dict)
Internal use only. |
static PyObject |
empty__init__(PyObject[] arg,
String[] kws)
|
static int |
getweakrefcount(PyObject o)
|
static PyList |
getweakrefs(PyObject o)
|
static _weakref.ProxyType |
proxy(PyObject object)
|
static _weakref.ProxyType |
proxy(PyObject object,
PyObject callback)
|
static _weakref.ReferenceType |
ref(PyObject object)
|
static _weakref.ReferenceType |
ref(PyObject object,
PyObject callback)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static PyObject ReferenceError
| Constructor Detail |
public _weakref()
| Method Detail |
public static void classDictInit(PyObject dict)
throws PyIgnoreMethodTag
PyIgnoreMethodTag
public static PyObject empty__init__(PyObject[] arg,
String[] kws)
public static _weakref.ReferenceType ref(PyObject object)
public static _weakref.ReferenceType ref(PyObject object,
PyObject callback)
public static _weakref.ProxyType proxy(PyObject object)
public static _weakref.ProxyType proxy(PyObject object,
PyObject callback)
public static int getweakrefcount(PyObject o)
public static PyList getweakrefs(PyObject o)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||