Home
last modified time | relevance | path

Searched refs:set_direct_contains (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
Dsetobject.c1835 set_direct_contains(PySetObject *so, PyObject *key) in set_direct_contains() function
2009 {"__contains__",(PyCFunction)set_direct_contains, METH_O | METH_COEXIST,
2140 {"__contains__",(PyCFunction)set_direct_contains, METH_O | METH_COEXIST,
/external/python/cpython2/Objects/
Dsetobject.c1887 set_direct_contains(PySetObject *so, PyObject *key) in set_direct_contains() function
2040 {"__contains__",(PyCFunction)set_direct_contains, METH_O | METH_COEXIST,
2174 {"__contains__",(PyCFunction)set_direct_contains, METH_O | METH_COEXIST,