HomeSort by relevance Sort by last modified time
    Searched defs:PyMethodDef (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
methodobject.h 37 struct PyMethodDef {
44 typedef struct PyMethodDef PyMethodDef;
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 */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
methodobject.h 37 struct PyMethodDef {
44 typedef struct PyMethodDef PyMethodDef;
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 */

Completed in 30 milliseconds