U
    b8                     @  sp   d dl mZ ddlmZ d dlmZmZmZ d dlZ	ddddd	d
ddddZ
ddddd	d
ddddZdS )    )annotations   )Array)OptionalTupleUnionNFaxiskeepdimsr   z%Optional[Union[int, Tuple[int, ...]]]bool)xr	   r
   returnc            	   C  s   t ttj| j||dS )zv
    Array API compatible wrapper for :py:func:`np.all <numpy.all>`.

    See its docstring for more information.
    r   )r   _newnpasarrayall_arrayr   r	   r
    r   F/tmp/pip-unpacked-wheel-cxuynqjx/numpy/array_api/_utility_functions.pyr   
   s    r   c            	   C  s   t ttj| j||dS )zv
    Array API compatible wrapper for :py:func:`np.any <numpy.any>`.

    See its docstring for more information.
    r   )r   r   r   r   anyr   r   r   r   r   r      s    r   )
__future__r   Z_array_objectr   typingr   r   r   Znumpyr   r   r   r   r   r   r   <module>   s   