Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/dlg/
D_Dlgmodule.c1480 static PyMethodDef Dlg_methods[] = { variable
1568 static PyMethodDef Dlg_methods[] = { variable
1588 m = Py_InitModule("_Dlg", Dlg_methods); in init_Dlg()