Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dsetobject.h93 PyAPI_FUNC(PyObject *) PySet_Pop(PyObject *set);
/external/python/cpython2/Objects/
Dsetobject.c2362 PySet_Pop(PyObject *set) in PySet_Pop() function
2434 elem = PySet_Pop(ob); in test_c_api()
2489 assertRaises(PySet_Pop(f) == NULL, PyExc_SystemError); in test_c_api()
2496 assertRaises(PySet_Pop(ob) == NULL, PyExc_KeyError); in test_c_api()
/external/python/cpython2/Doc/c-api/
Dset.rst165 .. c:function:: PyObject* PySet_Pop(PyObject *set)
/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: