Files
aufbau2csv/venv/lib/python3.12/site-packages/pandas/_libs/ops_dispatch.pyi
Sven Riwoldt f7f8c52455 init
2024-10-19 12:31:37 +02:00

6 lines
124 B
Python

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