Searched refs:_PyDict_Contains (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython3/Include/cpython/ |
D | dictobject.h | 54 PyAPI_FUNC(int) _PyDict_Contains(PyObject *mp, PyObject *key, Py_hash_t hash);
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0b2.rst | 18 PyObject_RichCompareBool() and _PyDict_Contains() to check for and handle
|
/external/python/cpython2/Include/ |
D | dictobject.h | 128 PyAPI_FUNC(int) _PyDict_Contains(PyObject *mp, PyObject *key, long hash);
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.11rc1.rst | 111 PyObject_RichCompareBool() and _PyDict_Contains() to check for and handle
|
/external/python/cpython3/Objects/ |
D | setobject.c | 1518 rv = _PyDict_Contains(other, key, hash); in set_difference()
|
D | dictobject.c | 3305 _PyDict_Contains(PyObject *op, PyObject *key, Py_hash_t hash) in _PyDict_Contains() function
|
/external/python/cpython2/Objects/ |
D | setobject.c | 1554 rv = _PyDict_Contains(other, entry->key, entry->hash); in set_difference()
|
D | dictobject.c | 2382 _PyDict_Contains(PyObject *op, PyObject *key, long hash) in _PyDict_Contains() function
|
/external/python/cpython3/Misc/ |
D | HISTORY | 200 PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains()
|