a
    w=ic¨  ã                   @   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< q4d	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   úf/home/droni/.local/share/virtualenvs/DPS-5Je3_V2c/lib/python3.9/site-packages/fontTools/misc/cython.pyÚ_empty_decorator   s    r   F)ÚdoubleÚcomplexÚintN)ZcfuncÚinlinec                  K   s   t S r   ©r   ©Ú_r   r   r   Ú<lambda>   ó    r   c                 C   s   t S r   r   r   r   r   r   r      r   )	Ú__doc__Útypesr   r   ÚcompiledÚnameÚglobalsÚlocalsÚreturnsr   r   r   r   Ú<module>   s   
