Home
last modified time | relevance | path

Searched defs:weakref (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Modules/_sqlite/
Dconnection.c204 PyObject* weakref; in pysqlite_do_all_statements() local
289 PyObject* weakref; in pysqlite_connection_register_cursor() local
815 PyObject* weakref; in _pysqlite_drop_unused_statement_references() local
846 PyObject* weakref; in _pysqlite_drop_unused_cursor_references() local
1376 PyObject* weakref; in pysqlite_connection_call() local
/external/python/cpython2/Modules/_sqlite/
Dconnection.c241 PyObject* weakref; in pysqlite_do_all_statements() local
306 PyObject* weakref; in pysqlite_connection_register_cursor() local
802 PyObject* weakref; in _pysqlite_drop_unused_statement_references() local
833 PyObject* weakref; in _pysqlite_drop_unused_cursor_references() local
1194 PyObject* weakref; in pysqlite_connection_call() local
/external/python/cpython3/Doc/whatsnew/
D3.8.rst1408 weakref section in Improved Modules
D3.4.rst1748 weakref section in Improved Modules
/external/tensorflow/tensorflow/compiler/xla/python/
Djax_jit.cc383 py::weakref weakref; member
405 py::cpp_function([this, key{std::move(key)}](py::handle weakref) { in Lookup()
/external/python/pybind11/include/pybind11/
Dpytypes.h1164 PYBIND11_OBJECT_DEFAULT(weakref, object, PyWeakref_Check) in PYBIND11_OBJECT_DEFAULT() argument