bundles / numpy 2.4.4 / numpy / _utils / _inspect / ismethod
function
numpy._utils._inspect:ismethod
source: /numpy/_utils/_inspect.py :13
Signature
def ismethod ( object ) Summary
Return true if the object is an instance method.
Extended Summary
Instance method objects provide these attributes:
__doc__ documentation string __name__ name with which this method was defined im_class class object in which this method belongs im_func function object containing implementation of method im_self instance to which this method is bound, or None
Aliases
-
numpy._utils._inspect.ismethod