Searched refs:PySet_Pop (Results 1 – 7 of 7) sorted by relevance
87 PyAPI_FUNC(PyObject *) PySet_Pop(PyObject *set);
2318 PySet_Pop(PyObject *set) in PySet_Pop() function2394 elem = PySet_Pop(ob); in test_c_api()2449 assertRaises(PySet_Pop(f) == NULL, PyExc_SystemError); in test_c_api()2456 assertRaises(PySet_Pop(ob) == NULL, PyExc_KeyError); in test_c_api()
156 .. c:function:: PyObject* PySet_Pop(PyObject *set)
554 function,PySet_Pop,3.2,
2038 PySet_Pop:PyObject*::+1:or returns NULL and raises KeyError if set is empty2039 PySet_Pop:PyObject*:set:0:
516 EXPORT_FUNC(PySet_Pop)
1189 function PySet_Pop