Searched refs:PyWeakref_NewProxy (Results 1 – 10 of 10) sorted by relevance
60 PyAPI_FUNC(PyObject *) PyWeakref_NewProxy(PyObject *ob,
123 result = PyWeakref_NewProxy(object, callback); in weakref_proxy()
42 .. c:function:: PyObject* PyWeakref_NewProxy(PyObject *ob, PyObject *callback)
870 PyWeakref_NewProxy(PyObject *ob, PyObject *callback) in PyWeakref_NewProxy() function
713 EXPORT_FUNC(PyWeakref_NewProxy)
767 function,PyWeakref_NewProxy,3.2,
2916 PyWeakref_NewProxy:PyObject*::+1:2917 PyWeakref_NewProxy:PyObject*:ob:0:2918 PyWeakref_NewProxy:PyObject*:callback:0:
1486 function PyWeakref_NewProxy
20478 - Fixed problem where PyWeakref_NewRef() and PyWeakref_NewProxy()
231 proxy = PyWeakref_NewProxy(item, obj); in PyDict_SetItemProxy()