reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1842 static PyMethodDef 2773 static PyMethodDef swig_empty_runtime_method_table[] = { {NULL, NULL, 0, NULL} }; /* Sentinel */ 80538 static PyMethodDef SwigMethods[] = { 85909 SWIG_Python_FixMethods(PyMethodDef *methods,usr/include/python2.7/descrobject.h
51 PyMethodDef *d_method; 75 PyAPI_FUNC(PyObject *) PyDescr_NewMethod(PyTypeObject *, PyMethodDef *);usr/include/python2.7/methodobject.h
46 PyAPI_FUNC(PyObject *) Py_FindMethod(PyMethodDef[], PyObject *, const char *); 49 PyAPI_FUNC(PyObject *) PyCFunction_NewEx(PyMethodDef *, PyObject *, 74 PyMethodDef *methods; /* Methods of this type */ 83 PyMethodDef *m_ml; /* Description of the C function to call */usr/include/python2.7/modsupport.h
117 PyAPI_FUNC(PyObject *) Py_InitModule4(const char *name, PyMethodDef *methods,