Searched refs:PySet_Pop (Results 1 – 4 of 4) sorted by relevance
93 PyAPI_FUNC(PyObject *) PySet_Pop(PyObject *set);
2356 PySet_Pop(PyObject *set) in PySet_Pop() function2428 elem = PySet_Pop(ob); in test_c_api()2483 assertRaises(PySet_Pop(f) == NULL, PyExc_SystemError); in test_c_api()2490 assertRaises(PySet_Pop(ob) == NULL, PyExc_KeyError); in test_c_api()
2360 PySet_Pop(PyObject *set) in PySet_Pop() function2432 elem = PySet_Pop(ob); in test_c_api()2487 assertRaises(PySet_Pop(f) == NULL, PyExc_SystemError); in test_c_api()2494 assertRaises(PySet_Pop(ob) == NULL, PyExc_KeyError); in test_c_api()