Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dsetobject.c2018 static PyObject *test_c_api(PySetObject *so);
2062 {"test_c_api", (PyCFunction)test_c_api, METH_NOARGS,
2388 test_c_api(PySetObject *so) in test_c_api() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dsetobject.c2022 static PyObject *test_c_api(PySetObject *so);
2066 {"test_c_api", (PyCFunction)test_c_api, METH_NOARGS,
2392 test_c_api(PySetObject *so) in test_c_api() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_set.py566 def test_c_api(self): member in TestSet
567 self.assertEqual(set().test_c_api(), True)