{ } Raw JSON

bundles / numpy 2.4.4 / numpy / ma / core / _frommethod

function

numpy.ma.core:_frommethod

source: /numpy/ma/core.py :7037

Signature

def   _frommethod ( methodname : str reversed : bool = False )

Summary

Define functions from existing MaskedArray methods.

Parameters

methodname : str

Name of the method to transform.

reversed : bool, optional

Whether to reverse the first two arguments of the method. Default is False.

Aliases

  • numpy.ma.core._frommethod