Files

6 lines
124 B
Python
Raw Permalink Normal View History

2025-09-07 22:09:54 +02:00
import numpy as np
def maybe_dispatch_ufunc_to_dunder_op(
self, ufunc: np.ufunc, method: str, *inputs, **kwargs
): ...