1 import numpy as np 2 3 def maybe_dispatch_ufunc_to_dunder_op( 4 self, ufunc: np.ufunc, method: str, *inputs, **kwargs 5 ): ...