Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_testcapimodule.c435 test_from_contiguous(PyObject* self, PyObject *noargs) in test_from_contiguous() function
2681 {"test_from_contiguous", (PyCFunction)test_from_contiguous, METH_NOARGS},
/external/python/cpython3/Modules/
D_testcapimodule.c2967 test_from_contiguous(PyObject* self, PyObject *Py_UNUSED(ignored)) in test_from_contiguous() function
4620 {"test_from_contiguous", (PyCFunction)test_from_contiguous, METH_NOARGS},