Lines Matching refs:im_func
572 :attr:`im_func` is the function object; :attr:`im_class` is the class of
575 ``im_func.__doc__``); :attr:`~definition.__name__` is the method name (same as
576 ``im_func.__name__``); :attr:`__module__` is the name of the module the method
583 For Python 3 forward-compatibility, :attr:`im_func` is also available as
590 single: im_func (method attribute)
606 single: im_func (method attribute)
616 place, and its :attr:`im_func` attribute is the original function object.
618 .. index:: single: im_func (method attribute)
622 except that the :attr:`im_func` attribute of the new instance is not the
623 original method object but its :attr:`im_func` attribute.
627 single: im_func (method attribute)
632 its :attr:`im_func` attribute is the function object underlying the class method.
635 (:attr:`im_func`) is called, with the restriction that the first argument must
640 (:attr:`im_func`) is called, inserting the class instance (:attr:`im_self`) in