Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/drag/
D_Dragmodule.c988 static PyMethodDef Drag_methods[] = { variable
1109 static PyMethodDef Drag_methods[] = { variable
1128 m = Py_InitModule("_Drag", Drag_methods); in init_Drag()