This is a pre-release version (2.5.0.dev0+git20251130.2de293a). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / _utils / _inspect / ismethod

function

numpy._utils._inspect:ismethod

source: build-install/usr/lib/python3.14/site-packages/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