Home
last modified time | relevance | path

Searched refs:PyWeakref_NewProxy (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Include/
Dweakrefobject.h58 PyAPI_FUNC(PyObject *) PyWeakref_NewProxy(PyObject *ob,
/external/python/cpython2/Modules/
D_weakref.c73 result = PyWeakref_NewProxy(object, callback); in weakref_proxy()
/external/python/cpython2/Doc/c-api/
Dweakref.rst49 .. c:function:: PyObject* PyWeakref_NewProxy(PyObject *ob, PyObject *callback)
/external/python/cpython2/Doc/data/
Drefcounts.dat1720 PyWeakref_NewProxy:PyObject*::+1:
1721 PyWeakref_NewProxy:PyObject*:ob:0:
1722 PyWeakref_NewProxy:PyObject*:callback:0:
/external/python/cpython2/Objects/
Dweakrefobject.c815 PyWeakref_NewProxy(PyObject *ob, PyObject *callback) in PyWeakref_NewProxy() function
/external/python/cpython2/PC/os2emx/
Dpython27.def672 "PyWeakref_NewProxy"
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c268 proxy = PyWeakref_NewProxy(item, obj); in PyDict_SetItemProxy()
/external/python/cpython2/Misc/
DHISTORY3094 - Fixed problem where PyWeakref_NewRef() and PyWeakref_NewProxy()