gpt4free-original/venv/lib/python3.9/site-packages/pandas/_libs/ops_dispatch.pyi

6 行
124 B
Python

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