Coverage for src/ensae_teaching_cs/faq/__init__.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.1.0, created at 2023-04-28 06:23 +0200

1""" 

2@file 

3@brief shortcuts for FAQ 

4""" 

5 

6from .faq_python import enumerate_regex_search, download_from_url 

7from .faq_jupyter import jupyter_get_variable, jupyter_open_notebook 

8from .faq_matplotlib import graph_style, close_all, graph_with_label, change_legend_location, graph_cities 

9from .faq_pandas import read_csv, df_to_clipboard