Home
last modified time | relevance | path

Searched defs:meth (Results 1 – 24 of 24) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dclassobject.h69 #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/
Dclassobject.h69 #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/
Dtest_descr.py61 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 …]
Dtest_builtin.py173 def meth(self): pass member in BuiltinTest.test_callable.Classic
180 def meth(self): pass member in BuiltinTest.test_callable.NewStyle
Dtest_weakref.py764 def meth(self): member in SubclassableWeakrefTestCase.test_subclass_refs_with_slots.MyRef
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dmethodobject.c74 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in PyCFunction_Call() local
Dfileobject.c2664 PyObject *meth; in PyObject_AsFileDescriptor() local
Dtypeobject.c3577 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
Dclassobject.c2608 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/
Dmethodobject.c74 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in PyCFunction_Call() local
Dfileobject.c2597 PyObject *meth; in PyObject_AsFileDescriptor() local
Dtypeobject.c3544 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
Dclassobject.c2584 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/
Dsocket.py223 def meth(name,self,*args): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dsocket.py227 def meth(name,self,*args): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dmodsupport.c568 PyObject *meth; in PyEval_CallMethod() local
Dceval.c3271 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/
Dmodsupport.c568 PyObject *meth; in PyEval_CallMethod() local
Dceval.c3285 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.c409 #define DIASET(meth, name, target, src, dflt) \ in dialect_new() argument
Dflmodule.c310 PyObject *meth; in generic_getattr() local
1570 PyObject *meth; in form_getattr() local
Dpyexpat.c910 readinst(char *buf, int buf_size, PyObject *meth) in readinst()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_csv.c418 #define DIASET(meth, name, target, src, dflt) \ in dialect_new() argument
Dpyexpat.c910 readinst(char *buf, int buf_size, PyObject *meth) in readinst()