Home
last modified time | relevance | path

Searched defs:test_c_api (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Objects/
Dsetobject.c2399 test_c_api(PySetObject *so) in test_c_api() function
/external/python/cpython3/Objects/
Dsetobject.c2392 test_c_api(PySetObject *so, PyObject *Py_UNUSED(ignored)) in test_c_api() function
/external/python/cpython2/Lib/test/
Dtest_set.py584 def test_c_api(self): member in TestSet
/external/python/cpython3/Lib/test/
Dtest_set.py640 def test_c_api(self): member in TestSet