Searched refs:_operator_delitem_impl (Results 1 – 2 of 2) sorted by relevance
1064 _operator_delitem_impl(PyObject *module, PyObject *a, PyObject *b);1078 return_value = _operator_delitem_impl(module, a, b); in _operator_delitem()
565 _operator_delitem_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_delitem_impl() function