Lines Matching refs:im_self
571 Special read-only attributes: :attr:`im_self` is the class instance object,
573 :attr:`im_self` for bound methods or the class that asked for the method for
580 :attr:`im_self` used to refer to the class that defined the method.
584 :attr:`__func__`, and :attr:`im_self` as :attr:`__self__`.
591 single: im_self (method attribute)
607 single: im_self (method attribute)
610 function object from a class, its :attr:`im_self` attribute is ``None``
613 instances, its :attr:`im_self` attribute is the instance, and the method
628 single: im_self (method attribute)
631 from a class or instance, its :attr:`im_self` attribute is the class itself, and
640 (:attr:`im_func`) is called, inserting the class instance (:attr:`im_self`) in
646 "class instance" stored in :attr:`im_self` will actually be the class itself, so
806 :attr:`im_self` attribute is :class:`C`. When it would yield a
851 whose :attr:`im_self` attribute is the instance. Static method and class method