/usr/local/lib64/python3.6/site-packages/numpy/lib/__pycache__
Edit: /usr/local/lib64/python3.6/site-packages/numpy/lib/__pycache__/ufunclike.cpython-36.pyc (7841B)
3
Eg @ s d Z dddgZddljjZddlmZmZ ddl Z ddl
Z
dd Zd d
Zdd Z
edd
dZeeddde
dddZeeddde
dddZeeddde
dddZdS )zr
Module of functions that are like ufuncs in acting on arrays and optionally
storing results in an output array.
fixisneginfisposinf N)array_function_dispatchARRAY_FUNCTION_ENABLEDc s t j d fdd }|S )z|
Allow the out argument to be passed as the name `y` (deprecated)
In future, this decorator should be removed.
Nc sV d|krBd|kr t dj j|jd}tjdj jtdd | fd|i|S )Nyoutz-{} got multiple values for argument 'out'/'y'zXThe name of the out argument to {} has changed from `y` to `out`, to match other ufuncs. )
stacklevel) TypeErrorformat__name__popwarningswarnDeprecationWarning)xr kwargs)f ?/usr/local/lib64/python3.6/site-packages/numpy/lib/ufunclike.pyfunc s
z$_deprecate_out_named_y.
.func)N) functoolswraps)r r r )r r _deprecate_out_named_y s r c s t j d fdd }|S )z
Allow the out argument to be passed as the name `y` (deprecated)
This decorator should only be used if _deprecate_out_named_y is used on
a corresponding dispatcher function.
Nc s&