bundles / numpy latest / numpy / ma / core / _frommethod
function
numpy.ma.core:_frommethod
source: build-install/usr/lib/python3.14/site-packages/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