Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Darraymodule.c2281 static PyMethodDef a_methods[] = { variable
2293 m = Py_InitModule3("array", a_methods, module_doc); in initarray()