
    {h-i]                    t    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Z
ddd	 	 	 	 	 	 	 d
d	Zy)    )annotations   )Array)OptionalTupleUnionNFaxiskeepdimsc         	         t        j                  t        j                  t        j                  | j
                  ||                  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xr
   r   s      aD:\DhanshreeandTeamAI\Github\ai_code\venv\Lib\site-packages\numpy/array_api/_utility_functions.pyr   r   
   -     ::bjjth!OPQQ    c         	         t        j                  t        j                  t        j                  | j
                  ||                  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   s      r   r   r      r   r   )r   r   r
   z%Optional[Union[int, Tuple[int, ...]]]r   boolreturnr   )
__future__r   _array_objectr   typingr   r   r   numpyr   r   r    r   r   <module>r       s    "   ) )  37RR 0	R
 R R& 37RR 0	R
 R Rr   