Searched refs:im_func (Results 1 - 25 of 46) sorted by relevance

12

/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dclassobject.h33 PyObject *im_func; /* The callable object implementing the method */ member in struct:__anon131597
70 (((PyMethodObject *)meth) -> im_func)
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dclassobject.h33 PyObject *im_func; /* The callable object implementing the method */ member in struct:__anon131720
70 (((PyMethodObject *)meth) -> im_func)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_funcattrs.py42 self.f.a.im_func.known_attr = 7
176 self.assertEqual(self.f.b.im_func, self.b)
177 self.assertEqual(self.fi.b.im_func, self.b)
178 self.cannot_set_attr(self.f.b, "im_func", self.b, TypeError)
179 self.cannot_set_attr(self.fi.b, "im_func", self.b, TypeError)
205 self.f.a.im_func.known_attr = 7
239 self.f.a.im_func.klass = self.f
240 for method in [self.f.a, self.fi.a, self.fi.a.im_func]:
260 self.cannot_set_attr(self.f.a.im_func, '__dict__', d, TypeError)
261 self.cannot_set_attr(self.fi.a.im_func, '__dict_
[all...]
H A Dinspect_fodder2.py99 method_in_dynamic_class = f().g.im_func
H A Dtest_sys_setprofile.py51 disallowed = [ident(self.add_event.im_func), ident(ident)]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_funcattrs.py42 self.f.a.im_func.known_attr = 7
176 self.assertEqual(self.f.b.im_func, self.b)
177 self.assertEqual(self.fi.b.im_func, self.b)
178 self.cannot_set_attr(self.f.b, "im_func", self.b, TypeError)
179 self.cannot_set_attr(self.fi.b, "im_func", self.b, TypeError)
205 self.f.a.im_func.known_attr = 7
239 self.f.a.im_func.klass = self.f
240 for method in [self.f.a, self.fi.a, self.fi.a.im_func]:
260 self.cannot_set_attr(self.f.a.im_func, '__dict__', d, TypeError)
261 self.cannot_set_attr(self.fi.a.im_func, '__dict_
[all...]
H A Dinspect_fodder2.py99 method_in_dynamic_class = f().g.im_func
H A Dtest_sys_setprofile.py51 disallowed = [ident(self.add_event.im_func), ident(ident)]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_callbacks.py17 PROTO = self.functype.im_func(typ, typ)
25 PROTO = self.functype.im_func(typ, c_byte, typ)
119 prototype = self.functype.im_func(POINTER(c_double))
124 prototype = self.functype.im_func(object)
128 proto = self.functype.im_func(None)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_callbacks.py17 PROTO = self.functype.im_func(typ, typ)
25 PROTO = self.functype.im_func(typ, c_byte, typ)
119 prototype = self.functype.im_func(POINTER(c_double))
124 prototype = self.functype.im_func(object)
128 proto = self.functype.im_func(None)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
H A Dminicompat.py103 get = getattr(klass, ("_get_" + name)).im_func
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
H A Dminicompat.py103 get = getattr(klass, ("_get_" + name)).im_func
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
H A D__init__.py89 notify_all = threading._Condition.notify_all.im_func
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
H A D__init__.py89 notify_all = threading._Condition.notify_all.im_func
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DCallTips.py126 return class_ob.__init__.im_func
149 fob = ob.im_func
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DCallTips.py126 return class_ob.__init__.im_func
149 fob = ob.im_func
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dforking.py72 return getattr, (m.im_class, m.im_func.func_name)
74 return getattr, (m.im_self, m.im_func.func_name)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dforking.py72 return getattr, (m.im_class, m.im_func.func_name)
74 return getattr, (m.im_self, m.im_func.func_name)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DDocXMLRPCServer.py78 args, varargs, varkw, defaults = inspect.getargspec(object.im_func)
H A Ddis.py27 if hasattr(x, 'im_func'):
28 x = x.im_func
H A Dinspect.py74 im_func function object containing implementation of method
91 im_func attribute (etc) when an object passes ismethod()."""
410 object = object.im_func
567 object = object.im_func
813 func = func.im_func
H A Dcopy.py264 return type(x)(x.im_func, deepcopy(x.im_self, memo), x.im_class)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DDocXMLRPCServer.py78 args, varargs, varkw, defaults = inspect.getargspec(object.im_func)
H A Ddis.py27 if hasattr(x, 'im_func'):
28 x = x.im_func
H A Dinspect.py74 im_func function object containing implementation of method
91 im_func attribute (etc) when an object passes ismethod()."""
410 object = object.im_func
567 object = object.im_func
813 func = func.im_func

Completed in 842 milliseconds

12