/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
methodobject.h | 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL)
49 PyAPI_FUNC(PyObject *) PyCFunction_NewEx(PyMethodDef *, PyObject *,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
methodobject.h | 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL)
49 PyAPI_FUNC(PyObject *) PyCFunction_NewEx(PyMethodDef *, PyObject *,
|
/external/python/cpython2/Include/ |
methodobject.h | 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) 49 PyAPI_FUNC(PyObject *) PyCFunction_NewEx(PyMethodDef *, PyObject *,
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
methodobject.h | 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) 49 PyAPI_FUNC(PyObject *) PyCFunction_NewEx(PyMethodDef *, PyObject *,
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
methodobject.h | 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) 49 PyAPI_FUNC(PyObject *) PyCFunction_NewEx(PyMethodDef *, PyObject *,
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
methodobject.h | 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) 49 PyAPI_FUNC(PyObject *) PyCFunction_NewEx(PyMethodDef *, PyObject *,
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
methodobject.h | 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) 49 PyAPI_FUNC(PyObject *) PyCFunction_NewEx(PyMethodDef *, PyObject *,
|
/external/python/cpython3/Include/ |
methodobject.h | 63 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) 64 PyAPI_FUNC(PyObject *) PyCFunction_NewEx(PyMethodDef *, PyObject *,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
methodobject.c | 17 PyCFunction_NewEx(PyMethodDef *ml, PyObject *self, PyObject *module)
415 /* PyCFunction_New() is now just a macro that calls PyCFunction_NewEx(),
426 return PyCFunction_NewEx(ml, self, NULL);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
methodobject.c | 17 PyCFunction_NewEx(PyMethodDef *ml, PyObject *self, PyObject *module)
415 /* PyCFunction_New() is now just a macro that calls PyCFunction_NewEx(),
426 return PyCFunction_NewEx(ml, self, NULL);
|
/external/python/cpython2/Objects/ |
methodobject.c | 17 PyCFunction_NewEx(PyMethodDef *ml, PyObject *self, PyObject *module) 415 /* PyCFunction_New() is now just a macro that calls PyCFunction_NewEx(), 426 return PyCFunction_NewEx(ml, self, NULL);
|
/external/python/cpython3/Objects/ |
methodobject.c | 16 /* undefine macro trampoline to PyCFunction_NewEx */ 22 return PyCFunction_NewEx(ml, self, NULL); 26 PyCFunction_NewEx(PyMethodDef *ml, PyObject *self, PyObject *module)
|
descrobject.c | 118 return PyCFunction_NewEx(descr->d_method, type, NULL); 128 return PyCFunction_NewEx(descr->d_method, obj, NULL); 242 func = PyCFunction_NewEx(descr->d_method, self, NULL); 290 func = PyCFunction_NewEx(descr->d_method, self, NULL); [all...] |
moduleobject.c | 147 func = PyCFunction_NewEx(fdef, (PyObject*)module, name);
|
typeobject.c | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
modsupport.c | 81 v = PyCFunction_NewEx(ml, passthrough, n);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
modsupport.c | 81 v = PyCFunction_NewEx(ml, passthrough, n);
|
/external/python/cpython2/Python/ |
modsupport.c | 81 v = PyCFunction_NewEx(ml, passthrough, n);
|
/external/python/cpython3/Modules/ |
_threadmodule.c | 749 self->wr_callback = PyCFunction_NewEx(&wr_callback_def, wr, NULL); [all...] |
_testcapimodule.c | [all...] |
/external/python/cpython3/Python/ |
codecs.c | [all...] |