Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dobject.h507 PyAPI_FUNC(int) PyType_Watch(int watcher_id, PyObject *type);
/external/python/cpython3/Doc/c-api/
Dtype.rst81 which must be passed to future calls to :c:func:`PyType_Watch`. In case of
101 .. c:function:: int PyType_Watch(int watcher_id, PyObject *type)
110 An extension should never call ``PyType_Watch`` with a *watcher_id* that was
/external/python/cpython3/Modules/_testcapi/
Dwatchers.c277 if (PyType_Watch(watcher_id, type)) { in _testcapi_watch_type_impl()
/external/python/cpython3/Doc/whatsnew/
D3.12.rst1928 * Add :c:func:`PyType_AddWatcher` and :c:func:`PyType_Watch` API to register
/external/python/cpython3/Objects/
Dtypeobject.c930 PyType_Watch(int watcher_id, PyObject* obj) in PyType_Watch() function
/external/python/cpython3/Misc/NEWS.d/
D3.12.0a1.rst5824 Add :c:func:`PyType_Watch` and related APIs to allow callbacks on
/external/python/cpython3/Doc/data/
Dpython3.13.abi819 …<elf-symbol name='PyType_Watch' type='func-type' binding='global-binding' visibility='default-visi…
9877PyType_Watch' mangled-name='PyType_Watch' filepath='Objects/typeobject.c' line='930' column='1' vi…