Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_testcapimodule.c2146 test_capsule(PyObject *self, PyObject *args) in test_capsule() function
2760 {"test_capsule", (PyCFunction)test_capsule, METH_NOARGS},
/external/python/cpython3/Modules/
D_testcapimodule.c2596 test_capsule(PyObject *self, PyObject *Py_UNUSED(ignored)) in test_capsule() function
4619 {"test_capsule", (PyCFunction)test_capsule, METH_NOARGS},