Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dsetobject.c1995 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
/third_party/python/Lib/test/
Dtest_set.py637 def test_c_api(self): member in TestSet
638 self.assertEqual(set().test_c_api(), True)