bundles / numpy 2.4.3 / 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: strName of the method to transform.
reversed: bool, optionalWhether to reverse the first two arguments of the method. Default is False.
Aliases
-
numpy.ma.core._frommethod