U
    Ã9%eû  ã                   @   s    d Z ddlZdd„ Zdd„ ZdS )z<
Utilities for getting information about Numba C extensions
é    Nc                  C   s@   g } t ƒ }t |¡D ]&}| d¡rtj ||¡}|  |¡ q| S )z7Return the .c files in the `numba.cext` directory.
    z.c)Úget_pathÚosÚlistdirÚendswithÚpathÚjoinÚappend)ZlibsÚbaseÚfn© r   úR/var/www/html/Darija-Ai-API/env/lib/python3.8/site-packages/numba/cext/__init__.pyÚget_extension_libs   s    
r   c                   C   s   t j t j t j t¡¡¡S )z8Returns the path to the directory for `numba.cext`.
    )r   r   Úabspathr   ÚdirnameÚ__file__r   r   r   r   r      s    r   )Ú__doc__r   r   r   r   r   r   r   Ú<module>   s   