Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dsetobject.h87 PyAPI_FUNC(PyObject *) PySet_Pop(PyObject *set);
/external/python/cpython2/Include/
Dsetobject.h93 PyAPI_FUNC(PyObject *) PySet_Pop(PyObject *set);
/external/python/cpython3/Objects/
Dsetobject.c2325 PySet_Pop(PyObject *set) in PySet_Pop() function
2401 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()
/external/python/cpython2/Objects/
Dsetobject.c2367 PySet_Pop(PyObject *set) in PySet_Pop() function
2439 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()
/external/python/cpython3/Doc/c-api/
Dset.rst149 .. c:function:: PyObject* PySet_Pop(PyObject *set)
/external/python/cpython2/Doc/c-api/
Dset.rst165 .. c:function:: PyObject* PySet_Pop(PyObject *set)
/external/python/cpython3/PC/
Dpython3.def533 PySet_Pop=python39.PySet_Pop
/external/python/cpython2/PC/os2emx/
Dpython27.def505 "PySet_Pop"
/external/python/cpython2/Doc/data/
Drefcounts.dat1223 PySet_Pop:PyObject*::+1:or returns NULL and raises KeyError if set is empty
1224 PySet_Pop:PyObject*:set:0:
/external/python/cpython3/Doc/data/
Drefcounts.dat2058 PySet_Pop:PyObject*::+1:or returns NULL and raises KeyError if set is empty
2059 PySet_Pop:PyObject*:set:0: