Searched refs:PySet_Pop (Results 1 – 10 of 10) sorted by relevance
87 PyAPI_FUNC(PyObject *) PySet_Pop(PyObject *set);
93 PyAPI_FUNC(PyObject *) PySet_Pop(PyObject *set);
2325 PySet_Pop(PyObject *set) in PySet_Pop() function2401 elem = PySet_Pop(ob); in test_c_api()2456 assertRaises(PySet_Pop(f) == NULL, PyExc_SystemError); in test_c_api()2463 assertRaises(PySet_Pop(ob) == NULL, PyExc_KeyError); in test_c_api()
2367 PySet_Pop(PyObject *set) in PySet_Pop() function2439 elem = PySet_Pop(ob); in test_c_api()2494 assertRaises(PySet_Pop(f) == NULL, PyExc_SystemError); in test_c_api()2501 assertRaises(PySet_Pop(ob) == NULL, PyExc_KeyError); in test_c_api()
149 .. c:function:: PyObject* PySet_Pop(PyObject *set)
165 .. c:function:: PyObject* PySet_Pop(PyObject *set)
533 PySet_Pop=python39.PySet_Pop
505 "PySet_Pop"
1223 PySet_Pop:PyObject*::+1:or returns NULL and raises KeyError if set is empty1224 PySet_Pop:PyObject*:set:0:
2058 PySet_Pop:PyObject*::+1:or returns NULL and raises KeyError if set is empty2059 PySet_Pop:PyObject*:set:0: