Home
last modified time | relevance | path

Searched refs:_PySet_Update (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dsetobject.h94 PyAPI_FUNC(int) _PySet_Update(PyObject *set, PyObject *iterable);
/external/python/cpython2/Objects/
Dsetobject.c2372 _PySet_Update(PyObject *set, PyObject *iterable) in _PySet_Update() function
2454 assertRaises(_PySet_Update(f, dup) == -1, PyExc_SystemError); in test_c_api()
2472 assert(_PySet_Update(dup2, dup) == 0); in test_c_api()
2474 assert(_PySet_Update(dup2, dup) == 0); in test_c_api()
/external/python/cpython2/PC/os2emx/
Dpython27.def514 "_PySet_Update"