Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dsetobject.c1405 set_isdisjoint(PySetObject *so, PyObject *other) in set_isdisjoint() function
2049 {"isdisjoint", (PyCFunction)set_isdisjoint, METH_O,
2177 {"isdisjoint", (PyCFunction)set_isdisjoint, METH_O,