Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Darraymodule.c2282 static PyMethodDef a_methods[] = { variable
2294 m = Py_InitModule3("array", a_methods, module_doc); in initarray()
/external/python/cpython3/Modules/
Darraymodule.c3019 static PyMethodDef a_methods[] = { variable
3071 a_methods,