Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dsetobject.c2024 static PyObject *test_c_api(PySetObject *so);
2068 {"test_c_api", (PyCFunction)test_c_api, METH_NOARGS,
2394 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/cpython2/Doc/c-api/
Dintro.rst614 In addition, the set object acquires a :meth:`test_c_api` method.