o
    ¼Çhª  ã                   @   sX   d Z ddlmZ dd„ ZdZdD ]Zdeƒ e< qdD ]Zeeƒ e< qd	d
„ Zdd
„ ZdS )aj   Exports a no-op 'cython' namespace similar to
https://github.com/cython/cython/blob/master/Cython/Shadow.py

This allows to optionally compile @cython decorated functions
(when cython is available at built time), or run the same code
as pure-python, without runtime dependency on cython module.

We only define the symbols that we use. E.g. see fontTools.cu2qu
é    )ÚSimpleNamespacec                 C   s   | S ©N© )Úxr   r   úi/var/www/html/construction_image-detection-poc/venv/lib/python3.10/site-packages/fontTools/misc/cython.pyÚ_empty_decorator   s   r   F)ÚdoubleÚcomplexÚintN)ÚcfuncÚinlinec                  K   ó   t S r   ©r   ©Ú_r   r   r   Ú<lambda>   ó    r   c                 C   r   r   r   r   r   r   r   r      r   )	Ú__doc__Útypesr   r   ÚcompiledÚnameÚglobalsÚlocalsÚreturnsr   r   r   r   Ú<module>   s    
