Home
last modified time | relevance | path

Searched refs:_PyObject_CheckConsistency (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dobject.h454 PyAPI_FUNC(int) _PyObject_CheckConsistency(
/third_party/python/Objects/
Dobject.c37 _PyObject_CheckConsistency(PyObject *op, int check_content) in _PyObject_CheckConsistency() function
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst5508 The ``_PyObject_CheckConsistency()`` function is now also available in