.. _f-faqcython: module ``faq.faq_cython`` ========================= .. inheritance-diagram:: ensae_teaching_cs.faq.faq_cython Short summary +++++++++++++ module ``ensae_teaching_cs.faq.faq_cython`` Cython helpers :githublink:`%|py|7` Classes +++++++ +---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+ | class | truncated documentation | +=================================================================================+======================================================================================================+ | :class:`CustomCythonError ` | raised by function :func:`compile_cython_single_script` when a script cannot be compiled with Cython | +---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+ Functions +++++++++ +------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------+ | function | truncated documentation | +======================================================================================================+===========================================================================================+ | :func:`compile_cython_single_script ` | This function considers a script ``.pyx``, writes the proper setup file, and compiles it. | +------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: ensae_teaching_cs.faq.faq_cython :members: :special-members: __init__ :show-inheritance: