Home
last modified time | relevance | path

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

/third_party/python/Include/
Dsetobject.h87 PyAPI_FUNC(PyObject *) PySet_Pop(PyObject *set);
/third_party/python/Objects/
Dsetobject.c2318 PySet_Pop(PyObject *set) in PySet_Pop() function
2394 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()
/third_party/python/Doc/c-api/
Dset.rst156 .. c:function:: PyObject* PySet_Pop(PyObject *set)
/third_party/python/Doc/data/
Dstable_abi.dat554 function,PySet_Pop,3.2,
Drefcounts.dat2038 PySet_Pop:PyObject*::+1:or returns NULL and raises KeyError if set is empty
2039 PySet_Pop:PyObject*:set:0:
/third_party/python/PC/
Dpython3dll.c516 EXPORT_FUNC(PySet_Pop)
/third_party/python/Misc/
Dstable_abi.txt1189 function PySet_Pop