
    jke                     n    d Z ddlmZ d ZdZdD ]  Zd e       e<    dD ]  Ze e       e<    d Zd	 Zy)
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                     | S N )xs    7/usr/lib/python3/dist-packages/fontTools/misc/cython.py_empty_decoratorr	      s    H    F)doublecomplexintN)cfuncinlinec                      t         S r   r	   _s    r   <lambda>r      s    % r
   c                     t         S r   r   r   s    r   r   r      s    $ r
   )	__doc__typesr   r	   compilednameglobalslocalsreturnsr   r
   r   <module>r      s]    " ( DGIdO   'D&GIdO' 
&
$r
   