Searched refs:_PySet_Update (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | setobject.h | 94 PyAPI_FUNC(int) _PySet_Update(PyObject *set, PyObject *iterable);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | setobject.h | 94 PyAPI_FUNC(int) _PySet_Update(PyObject *set, PyObject *iterable);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | setobject.c | 2366 _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/ |
D | setobject.c | 2370 _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()
|