Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dxxmodule.c322 static PyMethodDef xx_methods[] = { variable
357 m = Py_InitModule3("xx", xx_methods, module_doc); in initxx()