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   W/var/www/html/optinet_system/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    
