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

1 2 3

  /external/python/cpython3/Include/
classobject.h 15 PyObject *im_self; /* The instance it is bound to */ member in struct:__anon33118
33 (((PyMethodObject *)meth) -> im_self)
  /external/python/cpython3/Objects/
classobject.c 9 * The im_self element is used to chain the elements.
37 return ((PyMethodObject *)im)->im_self;
55 free_list = (PyMethodObject *)(im->im_self);
68 im->im_self = self;
99 /* im_func and im_self are stored in the PyMethod object */
106 {"__self__", T_OBJECT, MO_OFF(im_self), READONLY|RESTRICTED,
198 Py_XDECREF(im->im_self);
200 im->im_self = (PyObject *)free_list;
226 if (a->im_self == NULL || b->im_self == NULL
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
classobject.h 34 PyObject *im_self; /* The instance it is bound to, or NULL */ member in struct:__anon4308
72 (((PyMethodObject *)meth) -> im_self)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
classobject.h 34 PyObject *im_self; /* The instance it is bound to, or NULL */ member in struct:__anon4615
72 (((PyMethodObject *)meth) -> im_self)
  /external/python/cpython2/Include/
classobject.h 34 PyObject *im_self; /* The instance it is bound to, or NULL */ member in struct:__anon32556
72 (((PyMethodObject *)meth) -> im_self)
  /prebuilts/gdb/darwin-x86/include/python2.7/
classobject.h 34 PyObject *im_self; /* The instance it is bound to, or NULL */ member in struct:__anon66447
72 (((PyMethodObject *)meth) -> im_self)
  /prebuilts/gdb/linux-x86/include/python2.7/
classobject.h 34 PyObject *im_self; /* The instance it is bound to, or NULL */ member in struct:__anon66569
72 (((PyMethodObject *)meth) -> im_self)
  /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:__anon962
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:__anon1085
72 (((PyMethodObject *)meth) -> im_self)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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)
  /external/python/cpython2/Lib/test/
test_pyclbr.py 77 if obj.im_self is not None:
79 obj.im_self is not oclass):
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pyclbr.py 77 if obj.im_self is not None:
79 obj.im_self is not oclass):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pyclbr.py 77 if obj.im_self is not None:
79 obj.im_self is not oclass):
  /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):
  /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):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
classobject.c 8 * The im_self element is used to chain the elements.
155 return ((PyMethodObject *)im)->im_self;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
classobject.c 8 * The im_self element is used to chain the elements.
155 return ((PyMethodObject *)im)->im_self;
    [all...]
  /external/python/cpython2/Objects/
classobject.c 8 * The im_self element is used to chain the elements.
155 return ((PyMethodObject *)im)->im_self;
    [all...]
  /external/python/cpython2/Lib/multiprocessing/
forking.py 71 if m.im_self is None:
74 return getattr, (m.im_self, m.im_func.func_name)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/python/cpython2/Lib/idlelib/
CallTips.py 170 if ob.im_self is not None:

Completed in 739 milliseconds

1 2 3