/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | classobject.h | 69 #define PyMethod_GET_FUNCTION(meth) \ argument 71 #define PyMethod_GET_SELF(meth) \ argument 73 #define PyMethod_GET_CLASS(meth) \ argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | classobject.h | 69 #define PyMethod_GET_FUNCTION(meth) \ argument 71 #define PyMethod_GET_SELF(meth) \ argument 73 #define PyMethod_GET_CLASS(meth) \ argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_descr.py | 61 def unop_test(self, a, res, expr="len(a)", meth="__len__"): argument 77 def binop_test(self, a, b, res, expr="a+b", meth="__add__"): argument 98 def ternop_test(self, a, b, c, res, expr="a[b:c]", meth="__getslice__"): argument 112 def setop_test(self, a, b, res, stmt="a+=b", meth="__iadd__"): argument 131 def set2op_test(self, a, b, c, res, stmt="a[b]=c", meth="__setitem__"): argument 150 def set3op_test(self, a, b, c, d, res, stmt="a[b:c]=d", meth="__setslice__"): argument 542 def meth(self): member in ClassPropertiesAndMethods.test_metaclass.A 545 def meth(self): member in ClassPropertiesAndMethods.test_metaclass.B 548 def meth(self): member in ClassPropertiesAndMethods.test_metaclass.C 551 def meth(self): member in ClassPropertiesAndMethods.test_metaclass.D [all …]
|
D | test_builtin.py | 173 def meth(self): pass member in BuiltinTest.test_callable.Classic 180 def meth(self): pass member in BuiltinTest.test_callable.NewStyle
|
D | test_weakref.py | 764 def meth(self): member in SubclassableWeakrefTestCase.test_subclass_refs_with_slots.MyRef
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | methodobject.c | 74 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in PyCFunction_Call() local
|
D | fileobject.c | 2664 PyObject *meth; in PyObject_AsFileDescriptor() local
|
D | typeobject.c | 3577 add_methods(PyTypeObject *type, PyMethodDef *meth) 5443 PyObject *meth = lookup_method(self, "__call__", &call_str); local 5704 PyObject *meth = lookup_method(self, "__init__", &init_str); local
|
D | classobject.c | 2608 instancemethod_descr_get(PyObject *meth, PyObject *obj, PyObject *cls) in instancemethod_descr_get()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | methodobject.c | 74 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in PyCFunction_Call() local
|
D | fileobject.c | 2597 PyObject *meth; in PyObject_AsFileDescriptor() local
|
D | typeobject.c | 3544 add_methods(PyTypeObject *type, PyMethodDef *meth) 5391 PyObject *meth = lookup_method(self, "__call__", &call_str); local 5652 PyObject *meth = lookup_method(self, "__init__", &init_str); local
|
D | classobject.c | 2584 instancemethod_descr_get(PyObject *meth, PyObject *obj, PyObject *cls) in instancemethod_descr_get()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | socket.py | 223 def meth(name,self,*args): function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | socket.py | 227 def meth(name,self,*args): function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | modsupport.c | 568 PyObject *meth; in PyEval_CallMethod() local
|
D | ceval.c | 3271 special_lookup(PyObject *o, char *meth, PyObject **cache) in special_lookup() 3994 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in call_function() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | modsupport.c | 568 PyObject *meth; in PyEval_CallMethod() local
|
D | ceval.c | 3285 special_lookup(PyObject *o, char *meth, PyObject **cache) in special_lookup() 4016 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in call_function() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | _csv.c | 409 #define DIASET(meth, name, target, src, dflt) \ in dialect_new() argument
|
D | flmodule.c | 310 PyObject *meth; in generic_getattr() local 1570 PyObject *meth; in form_getattr() local
|
D | pyexpat.c | 910 readinst(char *buf, int buf_size, PyObject *meth) in readinst()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | _csv.c | 418 #define DIASET(meth, name, target, src, dflt) \ in dialect_new() argument
|
D | pyexpat.c | 910 readinst(char *buf, int buf_size, PyObject *meth) in readinst()
|