Searched refs:_PyDict_Contains (Results 1 – 6 of 6) sorted by relevance
18 PyObject_RichCompareBool() and _PyDict_Contains() to check for and handle
128 PyAPI_FUNC(int) _PyDict_Contains(PyObject *mp, PyObject *key, long hash);
111 PyObject_RichCompareBool() and _PyDict_Contains() to check for and handle
1554 rv = _PyDict_Contains(other, entry->key, entry->hash); in set_difference()
2382 _PyDict_Contains(PyObject *op, PyObject *key, long hash) in _PyDict_Contains() function
200 PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains()