Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dsetobject.h94 PyAPI_FUNC(int) _PySet_Update(PyObject *set, PyObject *iterable);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dsetobject.h94 PyAPI_FUNC(int) _PySet_Update(PyObject *set, PyObject *iterable);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dsetobject.c2366 _PySet_Update(PyObject *set, PyObject *iterable) in _PySet_Update() function
2448 assertRaises(_PySet_Update(f, dup) == -1, PyExc_SystemError); in test_c_api()
2466 assert(_PySet_Update(dup2, dup) == 0); in test_c_api()
2468 assert(_PySet_Update(dup2, dup) == 0); in test_c_api()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dsetobject.c2370 _PySet_Update(PyObject *set, PyObject *iterable) in _PySet_Update() function
2452 assertRaises(_PySet_Update(f, dup) == -1, PyExc_SystemError); in test_c_api()
2470 assert(_PySet_Update(dup2, dup) == 0); in test_c_api()
2472 assert(_PySet_Update(dup2, dup) == 0); in test_c_api()