.. _f-programhelper: module ``homeblog.program_helper`` ================================== Short summary +++++++++++++ module ``ensae_teaching_cs.homeblog.program_helper`` Various function about programs such as guessing the language of a code :githublink:`%|py|5` Functions +++++++++ +---------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ | function | truncated documentation | +=============================================================================================+=================================================================================================+ | :func:`guess_language_code ` | Guess the language of a piece of code. The result can be: js, xml, html, cpp, py, sql, vba, css | +---------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: ensae_teaching_cs.homeblog.program_helper :members: :special-members: __init__ :show-inheritance: