mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-04-22 10:28:02 +00:00
6 lines
124 B
Python
6 lines
124 B
Python
import numpy as np
|
|
|
|
def maybe_dispatch_ufunc_to_dunder_op(
|
|
self, ufunc: np.ufunc, method: str, *inputs, **kwargs
|
|
): ...
|