patch_array_function
patch_array_function(
self ,
func ,
types ,
args ,
kwargs ,
)
Intercept NumPy functions for patch operations.
Parameters
Parameter | Description |
---|---|
func : callable | The NumPy function being called. |
types : tuple | Types involved in the call. |
args : tuple | Positional arguments to the function. |
kwargs : dict | Keyword arguments to the function. |