Searched refs:PySet_Pop (Results 1 – 5 of 5) sorted by relevance
93 PyAPI_FUNC(PyObject *) PySet_Pop(PyObject *set);
2362 PySet_Pop(PyObject *set) in PySet_Pop() function2434 elem = PySet_Pop(ob); in test_c_api()2489 assertRaises(PySet_Pop(f) == NULL, PyExc_SystemError); in test_c_api()2496 assertRaises(PySet_Pop(ob) == NULL, PyExc_KeyError); in test_c_api()
165 .. c:function:: PyObject* PySet_Pop(PyObject *set)
505 "PySet_Pop"
1223 PySet_Pop:PyObject*::+1:or returns NULL and raises KeyError if set is empty1224 PySet_Pop:PyObject*:set:0: