OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PyMethodDef
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 80 milliseconds