Searched refs:test_c_api (Results 1 – 2 of 2) sorted by relevance
1995 static PyObject *test_c_api(PySetObject *so, PyObject *Py_UNUSED(ignored));2039 {"test_c_api", (PyCFunction)test_c_api, METH_NOARGS,2353 test_c_api(PySetObject *so, PyObject *Py_UNUSED(ignored)) in test_c_api() function
637 def test_c_api(self): member in TestSet638 self.assertEqual(set().test_c_api(), True)