Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pandas / _libs / ops_dispatch.pyi
Size: Mime:
import numpy as np

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