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

1 2

  /external/python/cpython3/Include/
classobject.h 15 PyObject *im_self; /* The instance it is bound to */ member in struct:__anon37045
33 (((PyMethodObject *)meth) -> im_self)
  /external/python/cpython3/Objects/
classobject.c 11 * The im_self element is used to chain the elements.
39 return ((PyMethodObject *)im)->im_self;
57 free_list = (PyMethodObject *)(im->im_self);
70 im->im_self = self;
98 /* im_func and im_self are stored in the PyMethod object */
105 {"__self__", T_OBJECT, MO_OFF(im_self), READONLY|RESTRICTED,
197 Py_XDECREF(im->im_self);
199 im->im_self = (PyObject *)free_list;
225 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:__anon5288
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:__anon5595
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:__anon36480
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):
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)
  /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)
  /external/python/cpython2/Lib/idlelib/
CallTips.py 170 if ob.im_self is not None:
  /external/tensorflow/tensorflow/python/keras/utils/
metrics_utils.py 134 instance_ref = weakref.ref(method.im_self)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
copy.py 264 return type(x)(x.im_func, deepcopy(x.im_self, memo), x.im_class)
inspect.py 75 im_self instance to which this method is bound, or None"""
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
copy.py 264 return type(x)(x.im_func, deepcopy(x.im_self, memo), x.im_class)
inspect.py 75 im_self instance to which this method is bound, or None"""
    [all...]
pydoc.py     [all...]
  /external/python/cpython2/Lib/
copy.py 264 return type(x)(x.im_func, deepcopy(x.im_self, memo), x.im_class)
inspect.py 75 im_self instance to which this method is bound, or None"""
    [all...]
pydoc.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
pydoc.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
pydoc.py     [all...]

Completed in 1483 milliseconds

1 2