o
    mi                     @   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)libsbasefn r   R/var/www/html/pca-backend/venv/lib/python3.10/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    