Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dsetobject.c1335 set_isdisjoint(PySetObject *so, PyObject *other) in set_isdisjoint() function
2020 {"isdisjoint", (PyCFunction)set_isdisjoint, METH_O,
2146 {"isdisjoint", (PyCFunction)set_isdisjoint, METH_O,