{ } Raw JSON

bundles / numpy 2.4.4 / numpy / _core / _multiarray_umath / _get_implementing_args

built-in

numpy._core._multiarray_umath:_get_implementing_args

Summary

Collect arguments on which to call __array_function__.

Parameters

relevant_args : iterable of array-like

Iterable of possibly array-like arguments to check for __array_function__ methods.

Returns

: Sequence of arguments with __array_function__ methods, in the order in
: which they should be called.

Aliases

  • numpy._core._multiarray_umath._get_implementing_args