Top Description Fields Constructors Methods
org.python.modules._weakref

public Class WeakrefModule

extends Object
implements ClassDictInit
Class Inheritance
All Implemented Interfaces
org.python.core.ClassDictInit
Imports
org.python.core.ClassDictInit, .Py, .PyList, .PyObject, .PyString

The _weakref module.

Field Summary

Modifier and TypeField and Description
public static final PyString

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public static void
public static int
public static PyList
public static ProxyType
proxy(PyObject object)

public static ProxyType
proxy(PyObject object, PyObject callback)

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

__doc__back to summary
public static final PyString __doc__

Constructor Detail

WeakrefModuleback to summary
public WeakrefModule()

Method Detail

classDictInitback to summary
public static void classDictInit(PyObject dict)
getweakrefcountback to summary
public static int getweakrefcount(PyObject object)
getweakrefsback to summary
public static PyList getweakrefs(PyObject object)
proxyback to summary
public static ProxyType proxy(PyObject object)
proxyback to summary
public static ProxyType proxy(PyObject object, PyObject callback)