Home
last modified time | relevance | path

Searched refs:PyWeakref_GetObject (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Doc/c-api/
Dweakref.rst63 .. c:function:: PyObject* PyWeakref_GetObject(PyObject *ref)
80 Similar to :c:func:`PyWeakref_GetObject`, but implemented as a macro that does no
/external/python/cpython2/Include/
Dweakrefobject.h60 PyAPI_FUNC(PyObject *) PyWeakref_GetObject(PyObject *ref);
/external/python/cpython2/Modules/_sqlite/
Dconnection.c247 statement = PyWeakref_GetObject(weakref); in pysqlite_do_all_statements()
260 cursor = (pysqlite_Cursor*)PyWeakref_GetObject(weakref); in pysqlite_do_all_statements()
819 if (PyWeakref_GetObject(weakref) != Py_None) { in _pysqlite_drop_unused_statement_references()
850 if (PyWeakref_GetObject(weakref) != Py_None) { in _pysqlite_drop_unused_cursor_references()
/external/python/cpython2/Objects/
Dweakrefobject.c879 PyWeakref_GetObject(PyObject *ref) in PyWeakref_GetObject() function
/external/python/cpython2/PC/os2emx/
Dpython27.def674 "PyWeakref_GetObject"
/external/python/cpython2/Doc/data/
Drefcounts.dat1717 PyWeakref_GetObject:PyObject*::0:
1718 PyWeakref_GetObject:PyObject*:ref:0:
/external/python/cpython2/Modules/
D_ssl.c3147 ssl_socket = PyWeakref_GetObject(ssl->ssl_sock); in _servername_callback()