Searched refs:test_c_api (Results 1 – 3 of 3) sorted by relevance
2018 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
2022 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
566 def test_c_api(self): member in TestSet567 self.assertEqual(set().test_c_api(), True)