Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/menu/
D_Menumodule.c3353 static PyMethodDef Menu_methods[] = { variable
3459 m = Py_InitModule("_Menu", Menu_methods); in init_Menu()