Files
mnote/wolai-backend/.venv312/Lib/site-packages/pandas/_libs/ops_dispatch.pyi
T

6 lines
124 B
Python
Raw Normal View History

2025-12-08 19:56:24 +08:00
import numpy as np
def maybe_dispatch_ufunc_to_dunder_op(
self, ufunc: np.ufunc, method: str, *inputs, **kwargs
): ...