HomeSort by relevance Sort by last modified time
    Searched full:im_self (Results 1 - 25 of 28) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_methodattrs.py 11 "im_self" : "__self__",
18 power< any+ trailer< '.' attr=('im_func' | 'im_self' | 'im_class') > any* >
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_methodattrs.py 11 "im_self" : "__self__",
18 power< any+ trailer< '.' attr=('im_func' | 'im_self' | 'im_class') > any* >
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
classobject.h 34 PyObject *im_self; /* The instance it is bound to, or NULL */ member in struct:__anon60429
72 (((PyMethodObject *)meth) -> im_self)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
classobject.h 34 PyObject *im_self; /* The instance it is bound to, or NULL */ member in struct:__anon60552
72 (((PyMethodObject *)meth) -> im_self)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pyclbr.py 77 if obj.im_self is not None:
79 obj.im_self is not oclass):
test_funcattrs.py 182 self.assertEqual(self.f.a.im_self, None)
183 self.assertEqual(self.fi.a.im_self, self.fi)
184 self.cannot_set_attr(self.f.a, "im_self", None, TypeError)
185 self.cannot_set_attr(self.fi.a, "im_self", self.fi, TypeError)
test_descr.py     [all...]
test_copy.py 702 self.assertTrue(g.b.im_self is g)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pyclbr.py 77 if obj.im_self is not None:
79 obj.im_self is not oclass):
test_funcattrs.py 182 self.assertEqual(self.f.a.im_self, None)
183 self.assertEqual(self.fi.a.im_self, self.fi)
184 self.cannot_set_attr(self.f.a, "im_self", None, TypeError)
185 self.cannot_set_attr(self.fi.a, "im_self", self.fi, TypeError)
test_descr.py     [all...]
test_copy.py 702 self.assertTrue(g.b.im_self is g)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 71 if m.im_self is None:
74 return getattr, (m.im_self, m.im_func.func_name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 71 if m.im_self is None:
74 return getattr, (m.im_self, m.im_func.func_name)
  /external/chromium_org/third_party/jinja2/
sandbox.py 30 UNSAFE_METHOD_ATTRIBUTES = set(['im_class', 'im_func', 'im_self'])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 75 im_self instance to which this method is bound, or None"""
    [all...]
copy.py 264 return type(x)(x.im_func, deepcopy(x.im_self, memo), x.im_class)
pydoc.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 75 im_self instance to which this method is bound, or None"""
    [all...]
copy.py 264 return type(x)(x.im_func, deepcopy(x.im_self, memo), x.im_class)
pydoc.py     [all...]
  /external/chromium_org/third_party/pymock/
mock.py 119 self = 'im_self'
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
sunspider-string-unpack-code.html     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 999 milliseconds

1 2