Home
last modified time | relevance | path

Searched refs:_PyDict_Contains (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Misc/NEWS.d/
D3.5.0b2.rst18 PyObject_RichCompareBool() and _PyDict_Contains() to check for and handle
/external/python/cpython2/Include/
Ddictobject.h128 PyAPI_FUNC(int) _PyDict_Contains(PyObject *mp, PyObject *key, long hash);
/external/python/cpython2/Misc/NEWS.d/
D2.7.11rc1.rst111 PyObject_RichCompareBool() and _PyDict_Contains() to check for and handle
/external/python/cpython2/Objects/
Dsetobject.c1554 rv = _PyDict_Contains(other, entry->key, entry->hash); in set_difference()
Ddictobject.c2382 _PyDict_Contains(PyObject *op, PyObject *key, long hash) in _PyDict_Contains() function
/external/python/cpython3/Misc/
DHISTORY200 PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains()