ktongue commited on
Commit
c4a1e9a
·
verified ·
1 Parent(s): 1466bba

Upload hf_env/lib/python3.14/site-packages/pandas/_libs/ops_dispatch.pyi with huggingface_hub

Browse files
hf_env/lib/python3.14/site-packages/pandas/_libs/ops_dispatch.pyi ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ import numpy as np
2
+
3
+ def maybe_dispatch_ufunc_to_dunder_op(
4
+ self, ufunc: np.ufunc, method: str, *inputs, **kwargs
5
+ ): ...