Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
DCMakeLists.txt15 test_c_api.cc
/external/python/cpython2/Objects/
Dsetobject.c2029 static PyObject *test_c_api(PySetObject *so);
2073 {"test_c_api", (PyCFunction)test_c_api, METH_NOARGS,
2399 test_c_api(PySetObject *so) in test_c_api() function
/external/python/cpython3/Objects/
Dsetobject.c2044 static PyObject *test_c_api(PySetObject *so);
2088 {"test_c_api", (PyCFunction)test_c_api, METH_NOARGS,
2408 test_c_api(PySetObject *so) in test_c_api() function
/external/python/cpython2/Lib/test/
Dtest_set.py584 def test_c_api(self): member in TestSet
585 self.assertEqual(set().test_c_api(), True)
/external/python/cpython3/Lib/test/
Dtest_set.py649 def test_c_api(self): member in TestSet
650 self.assertEqual(set().test_c_api(), True)
/external/python/cpython3/Doc/c-api/
Dintro.rst697 In addition, the set object acquires a :meth:`test_c_api` method.
/external/python/cpython2/Doc/c-api/
Dintro.rst614 In addition, the set object acquires a :meth:`test_c_api` method.