aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pandas/py3/pandas/_libs/ops_dispatch.pyi
blob: 91b5a4dbaaebc177191d3189f12e4e20d56ca0fa (plain) (blame)
1
2
3
4
5
import numpy as np

def maybe_dispatch_ufunc_to_dunder_op(
    self, ufunc: np.ufunc, method: str, *inputs, **kwargs
): ...