src/pyquickhelper/__init__.py |
22 |
0 |
11 |
100% |
src/pyquickhelper/__main__.py |
22 |
4 |
17 |
82% |
src/pyquickhelper/benchhelper/__init__.py |
2 |
0 |
0 |
100% |
src/pyquickhelper/benchhelper/benchmark.py |
288 |
17 |
27 |
94% |
src/pyquickhelper/benchhelper/grid_benchmark.py |
97 |
2 |
14 |
98% |
src/pyquickhelper/cli/__init__.py |
1 |
0 |
0 |
100% |
src/pyquickhelper/cli/cli_helper.py |
191 |
7 |
20 |
96% |
src/pyquickhelper/cli/encryption_cli.py |
54 |
0 |
16 |
100% |
src/pyquickhelper/cli/encryption_file_cli.py |
35 |
0 |
16 |
100% |
src/pyquickhelper/cli/ftp_cli.py |
47 |
25 |
0 |
47% |
src/pyquickhelper/cli/notebook.py |
26 |
8 |
3 |
69% |
src/pyquickhelper/cli/pyq_sync_cli.py |
12 |
0 |
6 |
100% |
src/pyquickhelper/cli/script_exec.py |
8 |
7 |
0 |
12% |
src/pyquickhelper/cli/simplified_fct.py |
25 |
1 |
1 |
96% |
src/pyquickhelper/filehelper/__init__.py |
29 |
6 |
0 |
79% |
src/pyquickhelper/filehelper/anyfhelper.py |
141 |
59 |
0 |
58% |
src/pyquickhelper/filehelper/compression_helper.py |
238 |
66 |
68 |
72% |
src/pyquickhelper/filehelper/download_helper.py |
164 |
48 |
1 |
71% |
src/pyquickhelper/filehelper/download_urls_helper.py |
23 |
1 |
3 |
96% |
src/pyquickhelper/filehelper/encrypted_backup.py |
191 |
48 |
0 |
75% |
src/pyquickhelper/filehelper/encryption.py |
92 |
4 |
0 |
96% |
src/pyquickhelper/filehelper/fexceptions.py |
2 |
0 |
0 |
100% |
src/pyquickhelper/filehelper/file_info.py |
71 |
11 |
0 |
85% |
src/pyquickhelper/filehelper/file_tree_node.py |
254 |
46 |
0 |
82% |
src/pyquickhelper/filehelper/files_status.py |
143 |
41 |
0 |
71% |
src/pyquickhelper/filehelper/ftp_mock.py |
33 |
1 |
0 |
97% |
src/pyquickhelper/filehelper/ftp_transfer.py |
218 |
56 |
40 |
74% |
src/pyquickhelper/filehelper/ftp_transfer_files.py |
141 |
28 |
54 |
80% |
src/pyquickhelper/filehelper/ftp_transfer_mock.py |
14 |
0 |
0 |
100% |
src/pyquickhelper/filehelper/internet_helper.py |
98 |
36 |
0 |
63% |
src/pyquickhelper/filehelper/synchelper.py |
287 |
64 |
0 |
78% |
src/pyquickhelper/filehelper/transfer_api.py |
76 |
2 |
0 |
97% |
src/pyquickhelper/filehelper/transfer_api_file.py |
23 |
1 |
0 |
96% |
src/pyquickhelper/filehelper/transfer_api_ftp.py |
33 |
6 |
0 |
82% |
src/pyquickhelper/filehelper/visual_sync.py |
48 |
6 |
0 |
88% |
src/pyquickhelper/filehelper/winzipfile.py |
70 |
34 |
0 |
51% |
src/pyquickhelper/helpgen/__init__.py |
10 |
0 |
0 |
100% |
src/pyquickhelper/helpgen/_fake_function_to_documentation.py |
13 |
0 |
0 |
100% |
src/pyquickhelper/helpgen/_my_doxypy.py |
207 |
35 |
20 |
83% |
src/pyquickhelper/helpgen/_nbconvert_config.py |
4 |
4 |
6 |
0% |
src/pyquickhelper/helpgen/_nbconvert_preprocessor.py |
10 |
6 |
0 |
40% |
src/pyquickhelper/helpgen/_single_file_html_builder.py |
104 |
54 |
0 |
48% |
src/pyquickhelper/helpgen/conf_path_tools.py |
31 |
2 |
92 |
94% |
src/pyquickhelper/helpgen/default_conf.py |
312 |
46 |
51 |
85% |
src/pyquickhelper/helpgen/graphviz_helper.py |
37 |
8 |
0 |
78% |
src/pyquickhelper/helpgen/help_usage.py |
2 |
1 |
0 |
50% |
src/pyquickhelper/helpgen/helpgen_exceptions.py |
12 |
4 |
0 |
67% |
src/pyquickhelper/helpgen/install_custom.py |
75 |
16 |
0 |
79% |
src/pyquickhelper/helpgen/install_js_dep.py |
27 |
4 |
0 |
85% |
src/pyquickhelper/helpgen/markdown_helper.py |
18 |
2 |
0 |
89% |
src/pyquickhelper/helpgen/notebook_exporter.py |
35 |
2 |
0 |
94% |
src/pyquickhelper/helpgen/pandoc_helper.py |
25 |
3 |
0 |
88% |
src/pyquickhelper/helpgen/post_process.py |
463 |
81 |
12 |
83% |
src/pyquickhelper/helpgen/post_process_custom.py |
3 |
1 |
0 |
67% |
src/pyquickhelper/helpgen/process_notebook_api.py |
98 |
19 |
1 |
81% |
src/pyquickhelper/helpgen/process_notebooks.py |
590 |
57 |
116 |
90% |
src/pyquickhelper/helpgen/process_notebooks_cmd.py |
11 |
5 |
0 |
55% |
src/pyquickhelper/helpgen/process_sphinx_cmd.py |
11 |
5 |
0 |
55% |
src/pyquickhelper/helpgen/rst_converters.py |
212 |
35 |
0 |
83% |
src/pyquickhelper/helpgen/sphinx_helper.py |
37 |
17 |
0 |
54% |
src/pyquickhelper/helpgen/sphinx_main.py |
564 |
47 |
119 |
92% |
src/pyquickhelper/helpgen/sphinx_main_helper.py |
236 |
38 |
0 |
84% |
src/pyquickhelper/helpgen/sphinx_main_missing_html_files.py |
97 |
18 |
0 |
81% |
src/pyquickhelper/helpgen/sphinx_main_verification.py |
65 |
23 |
0 |
65% |
src/pyquickhelper/helpgen/sphinxm_convert_doc_sphinx_helper.py |
763 |
80 |
91 |
90% |
src/pyquickhelper/helpgen/sphinxm_custom_app.py |
73 |
21 |
0 |
71% |
src/pyquickhelper/helpgen/sphinxm_mock_app.py |
201 |
48 |
0 |
76% |
src/pyquickhelper/helpgen/stat_helper.py |
56 |
13 |
0 |
77% |
src/pyquickhelper/helpgen/style_css_template.py |
3 |
0 |
0 |
100% |
src/pyquickhelper/helpgen/utils_pywin32.py |
37 |
36 |
0 |
3% |
src/pyquickhelper/helpgen/utils_sphinx_config.py |
59 |
36 |
0 |
39% |
src/pyquickhelper/helpgen/utils_sphinx_doc.py |
874 |
76 |
99 |
91% |
src/pyquickhelper/helpgen/utils_sphinx_doc_helpers.py |
493 |
75 |
93 |
85% |
src/pyquickhelper/imghelper/__init__.py |
1 |
0 |
0 |
100% |
src/pyquickhelper/imghelper/excs.py |
2 |
0 |
0 |
100% |
src/pyquickhelper/imghelper/img_export.py |
23 |
3 |
4 |
87% |
src/pyquickhelper/imghelper/img_helper.py |
48 |
5 |
2 |
90% |
src/pyquickhelper/imghelper/js_helper.py |
75 |
6 |
4 |
92% |
src/pyquickhelper/imghelper/svg_helper.py |
37 |
0 |
1 |
100% |
src/pyquickhelper/ipythonhelper/__init__.py |
16 |
0 |
0 |
100% |
src/pyquickhelper/ipythonhelper/html_forms.py |
35 |
3 |
3 |
91% |
src/pyquickhelper/ipythonhelper/interact.py |
45 |
7 |
7 |
84% |
src/pyquickhelper/ipythonhelper/kindofcompletion.py |
51 |
0 |
3 |
100% |
src/pyquickhelper/ipythonhelper/magic_class.py |
31 |
1 |
3 |
97% |
src/pyquickhelper/ipythonhelper/magic_class_compress.py |
28 |
6 |
6 |
79% |
src/pyquickhelper/ipythonhelper/magic_class_crypt.py |
41 |
2 |
6 |
95% |
src/pyquickhelper/ipythonhelper/magic_class_diff.py |
26 |
2 |
6 |
92% |
src/pyquickhelper/ipythonhelper/magic_class_example.py |
25 |
2 |
6 |
92% |
src/pyquickhelper/ipythonhelper/magic_parser.py |
81 |
13 |
5 |
84% |
src/pyquickhelper/ipythonhelper/notebook_exception.py |
6 |
0 |
0 |
100% |
src/pyquickhelper/ipythonhelper/notebook_helper.py |
158 |
60 |
16 |
62% |
src/pyquickhelper/ipythonhelper/notebook_runner.py |
680 |
80 |
56 |
88% |
src/pyquickhelper/ipythonhelper/run_notebook.py |
245 |
21 |
38 |
91% |
src/pyquickhelper/ipythonhelper/unittest_notebook.py |
36 |
4 |
10 |
89% |
src/pyquickhelper/ipythonhelper/widgets.py |
93 |
14 |
3 |
85% |
src/pyquickhelper/jenkinshelper/__init__.py |
2 |
0 |
0 |
100% |
src/pyquickhelper/jenkinshelper/jenkins_exceptions.py |
6 |
0 |
0 |
100% |
src/pyquickhelper/jenkinshelper/jenkins_helper.py |
32 |
2 |
1 |
94% |
src/pyquickhelper/jenkinshelper/jenkins_server.py |
519 |
60 |
135 |
88% |
src/pyquickhelper/jenkinshelper/jenkins_server_template.py |
12 |
0 |
0 |
100% |
src/pyquickhelper/jenkinshelper/yaml_helper.py |
377 |
15 |
32 |
96% |
src/pyquickhelper/jenkinshelper/yaml_helper_yaml.py |
7 |
1 |
2 |
86% |
src/pyquickhelper/loghelper/__init__.py |
15 |
0 |
0 |
100% |
src/pyquickhelper/loghelper/buffered_flog.py |
10 |
0 |
0 |
100% |
src/pyquickhelper/loghelper/convert_helper.py |
22 |
6 |
0 |
73% |
src/pyquickhelper/loghelper/custom_log.py |
66 |
16 |
0 |
76% |
src/pyquickhelper/loghelper/flog.py |
506 |
100 |
62 |
80% |
src/pyquickhelper/loghelper/flog_fake_classes.py |
42 |
3 |
0 |
93% |
src/pyquickhelper/loghelper/github_api.py |
10 |
0 |
0 |
100% |
src/pyquickhelper/loghelper/history_helper.py |
153 |
46 |
0 |
70% |
src/pyquickhelper/loghelper/os_helper.py |
11 |
5 |
0 |
55% |
src/pyquickhelper/loghelper/pqh_exception.py |
7 |
0 |
0 |
100% |
src/pyquickhelper/loghelper/process_helper.py |
25 |
8 |
0 |
68% |
src/pyquickhelper/loghelper/process_script.py |
80 |
7 |
2 |
91% |
src/pyquickhelper/loghelper/pwd_helper.py |
15 |
0 |
2 |
100% |
src/pyquickhelper/loghelper/pypi_helper.py |
24 |
6 |
0 |
75% |
src/pyquickhelper/loghelper/pyrepo_helper.py |
38 |
11 |
0 |
71% |
src/pyquickhelper/loghelper/repositories/__init__.py |
0 |
0 |
0 |
100% |
src/pyquickhelper/loghelper/repositories/gitlab_helper.py |
36 |
27 |
0 |
25% |
src/pyquickhelper/loghelper/repositories/pygit_helper.py |
286 |
29 |
103 |
90% |
src/pyquickhelper/loghelper/repositories/pysvn_helper.py |
50 |
42 |
137 |
16% |
src/pyquickhelper/loghelper/run_cmd.py |
251 |
66 |
0 |
74% |
src/pyquickhelper/loghelper/sys_helper.py |
28 |
0 |
0 |
100% |
src/pyquickhelper/loghelper/time_helper.py |
48 |
8 |
0 |
83% |
src/pyquickhelper/loghelper/url_helper.py |
28 |
7 |
0 |
75% |
src/pyquickhelper/pandashelper/__init__.py |
3 |
0 |
0 |
100% |
src/pyquickhelper/pandashelper/readh.py |
25 |
0 |
8 |
100% |
src/pyquickhelper/pandashelper/tblformat.py |
181 |
2 |
18 |
99% |
src/pyquickhelper/pandashelper/tblfunction.py |
12 |
0 |
2 |
100% |
src/pyquickhelper/pycode/__init__.py |
15 |
0 |
0 |
100% |
src/pyquickhelper/pycode/_pylint_common.py |
16 |
0 |
0 |
100% |
src/pyquickhelper/pycode/blog_helper.py |
1 |
0 |
8 |
100% |
src/pyquickhelper/pycode/build_helper.py |
146 |
23 |
80 |
84% |
src/pyquickhelper/pycode/call_setup_hook.py |
65 |
6 |
17 |
91% |
src/pyquickhelper/pycode/ci_helper.py |
12 |
0 |
4 |
100% |
src/pyquickhelper/pycode/clean_helper.py |
51 |
6 |
0 |
88% |
src/pyquickhelper/pycode/code_exceptions.py |
4 |
0 |
0 |
100% |
src/pyquickhelper/pycode/code_helper.py |
137 |
51 |
0 |
63% |
src/pyquickhelper/pycode/coverage_helper.py |
172 |
67 |
33 |
61% |
src/pyquickhelper/pycode/default_filter_warning.py |
1 |
0 |
126 |
100% |
src/pyquickhelper/pycode/default_regular_expression.py |
2 |
0 |
0 |
100% |
src/pyquickhelper/pycode/insetup_helper.py |
40 |
13 |
0 |
68% |
src/pyquickhelper/pycode/linux_scripts.py |
7 |
1 |
0 |
86% |
src/pyquickhelper/pycode/open_script_file.py |
15 |
1 |
1 |
93% |
src/pyquickhelper/pycode/pip_helper.py |
30 |
2 |
3 |
93% |
src/pyquickhelper/pycode/profiling.py |
85 |
6 |
7 |
93% |
src/pyquickhelper/pycode/py3to2.py |
137 |
8 |
6 |
94% |
src/pyquickhelper/pycode/pytest_helper.py |
59 |
1 |
4 |
98% |
src/pyquickhelper/pycode/readme_helper.py |
30 |
2 |
1 |
93% |
src/pyquickhelper/pycode/setup_helper.py |
420 |
78 |
129 |
81% |
src/pyquickhelper/pycode/tkinter_helper.py |
77 |
60 |
0 |
22% |
src/pyquickhelper/pycode/trace_execution.py |
8 |
0 |
0 |
100% |
src/pyquickhelper/pycode/unittestclass.py |
376 |
50 |
1 |
87% |
src/pyquickhelper/pycode/utils_tests.py |
130 |
30 |
152 |
77% |
src/pyquickhelper/pycode/utils_tests_helper.py |
258 |
70 |
0 |
73% |
src/pyquickhelper/pycode/utils_tests_private.py |
358 |
70 |
34 |
80% |
src/pyquickhelper/pycode/utils_tests_stringio.py |
40 |
0 |
3 |
100% |
src/pyquickhelper/pycode/venv_helper.py |
27 |
4 |
191 |
85% |
src/pyquickhelper/pycode/windows_scripts.py |
33 |
0 |
0 |
100% |
src/pyquickhelper/serverdoc/__init__.py |
2 |
0 |
0 |
100% |
src/pyquickhelper/serverdoc/documentation_server.py |
214 |
76 |
46 |
64% |
src/pyquickhelper/serverdoc/server_helper.py |
28 |
2 |
1 |
93% |
src/pyquickhelper/sphinxext/__init__.py |
97 |
12 |
0 |
88% |
src/pyquickhelper/sphinxext/_private_for_unittest.py |
2 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/_sphinx_common_builder.py |
135 |
34 |
13 |
75% |
src/pyquickhelper/sphinxext/blog_post.py |
163 |
33 |
0 |
80% |
src/pyquickhelper/sphinxext/blog_post_list.py |
318 |
36 |
0 |
89% |
src/pyquickhelper/sphinxext/bokeh/__init__.py |
0 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/bokeh/bokeh_plot.py |
108 |
33 |
0 |
69% |
src/pyquickhelper/sphinxext/build_rss.py |
29 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/documentation_link.py |
8 |
1 |
1 |
88% |
src/pyquickhelper/sphinxext/import_object_helper.py |
131 |
17 |
0 |
87% |
src/pyquickhelper/sphinxext/revealjs/__init__.py |
8 |
0 |
2 |
100% |
src/pyquickhelper/sphinxext/revealjs/compat.py |
10 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/revealjs/directives.py |
152 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/revealjs/templates/__init__.py |
0 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/revealjs/templates/revealjs/__init__.py |
0 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/revealjs/templates/revealjs/static/__init__.py |
0 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/revealjs/templates/revealjs/static/css/__init__.py |
0 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/revealjs/templates/revealjs/static/css/print/__init__.py |
0 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/revealjs/templates/revealjs/static/css/theme/__init__.py |
0 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/revealjs/templates/revealjs/static/css/theme/source/__init__.py |
0 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/revealjs/templates/revealjs/static/css/theme/template/__init__.py |
0 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/revealjs/templates/revealjs/static/js/__init__.py |
0 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/revealjs/templates/revealjs/static/lib/__init__.py |
0 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/revealjs/templates/revealjs/static/lib/css/__init__.py |
0 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/revealjs/templates/revealjs/static/lib/font/__init__.py |
0 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/revealjs/templates/revealjs/static/lib/js/__init__.py |
0 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/revealjs/templates/revealjs/static/plugin/__init__.py |
0 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/sphinx_autosignature.py |
238 |
17 |
66 |
93% |
src/pyquickhelper/sphinxext/sphinx_bigger_extension.py |
41 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/sphinx_blocref_extension.py |
277 |
30 |
15 |
89% |
src/pyquickhelper/sphinxext/sphinx_blog_extension.py |
185 |
25 |
40 |
86% |
src/pyquickhelper/sphinxext/sphinx_cmdref_extension.py |
150 |
39 |
8 |
74% |
src/pyquickhelper/sphinxext/sphinx_collapse_extension.py |
75 |
3 |
2 |
96% |
src/pyquickhelper/sphinxext/sphinx_docassert_extension.py |
159 |
39 |
0 |
75% |
src/pyquickhelper/sphinxext/sphinx_doctree_builder.py |
189 |
44 |
1 |
77% |
src/pyquickhelper/sphinxext/sphinx_downloadlink_extension.py |
175 |
42 |
0 |
76% |
src/pyquickhelper/sphinxext/sphinx_epkg_extension.py |
85 |
14 |
5 |
84% |
src/pyquickhelper/sphinxext/sphinx_exref_extension.py |
59 |
5 |
0 |
92% |
src/pyquickhelper/sphinxext/sphinx_ext_helper.py |
79 |
3 |
3 |
96% |
src/pyquickhelper/sphinxext/sphinx_faqref_extension.py |
59 |
5 |
0 |
92% |
src/pyquickhelper/sphinxext/sphinx_gdot_extension.py |
146 |
24 |
2 |
84% |
src/pyquickhelper/sphinxext/sphinx_githublink_extension.py |
119 |
17 |
0 |
86% |
src/pyquickhelper/sphinxext/sphinx_gitlog_extension.py |
48 |
5 |
1 |
90% |
src/pyquickhelper/sphinxext/sphinx_image_extension.py |
194 |
44 |
15 |
77% |
src/pyquickhelper/sphinxext/sphinx_latex_builder.py |
180 |
25 |
0 |
86% |
src/pyquickhelper/sphinxext/sphinx_mathdef_extension.py |
259 |
44 |
0 |
83% |
src/pyquickhelper/sphinxext/sphinx_md_builder.py |
716 |
63 |
33 |
91% |
src/pyquickhelper/sphinxext/sphinx_nbref_extension.py |
68 |
12 |
0 |
82% |
src/pyquickhelper/sphinxext/sphinx_postcontents_extension.py |
115 |
5 |
2 |
96% |
src/pyquickhelper/sphinxext/sphinx_quote_extension.py |
114 |
13 |
0 |
89% |
src/pyquickhelper/sphinxext/sphinx_rst_builder.py |
800 |
52 |
10 |
94% |
src/pyquickhelper/sphinxext/sphinx_runpython_extension.py |
313 |
39 |
36 |
88% |
src/pyquickhelper/sphinxext/sphinx_sharenet_extension.py |
92 |
4 |
4 |
96% |
src/pyquickhelper/sphinxext/sphinx_template_extension.py |
52 |
4 |
7 |
92% |
src/pyquickhelper/sphinxext/sphinx_tocdelay_extension.py |
178 |
29 |
0 |
84% |
src/pyquickhelper/sphinxext/sphinx_toctree_extension.py |
158 |
26 |
0 |
84% |
src/pyquickhelper/sphinxext/sphinx_todoext_extension.py |
273 |
45 |
0 |
84% |
src/pyquickhelper/sphinxext/sphinx_video_extension.py |
162 |
12 |
0 |
93% |
src/pyquickhelper/sphinxext/sphinx_youtube_extension.py |
79 |
15 |
0 |
81% |
src/pyquickhelper/sphinxext/sphinxext_helper.py |
34 |
7 |
0 |
79% |
src/pyquickhelper/sphinxext/sphinximages/__init__.py |
2 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/sphinximages/backend.py |
8 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/sphinximages/sphinxcontrib_images_lightbox2/__init__.py |
0 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/sphinximages/sphinxcontrib_images_lightbox2/lightbox2/__init__.py |
0 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/sphinximages/sphinxcontrib_images_lightbox2/lightbox2/css/__init__.py |
0 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/sphinximages/sphinxcontrib_images_lightbox2/lightbox2/img/__init__.py |
0 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/sphinximages/sphinxcontrib_images_lightbox2/lightbox2/js/__init__.py |
0 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/sphinximages/sphinxcontrib_images_lightbox2/lightbox2/sass/__init__.py |
0 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/sphinximages/sphinxcontrib_images_lightbox2/lightbox2_backend.py |
22 |
6 |
0 |
73% |
src/pyquickhelper/sphinxext/sphinximages/sphinxcontrib_images_lightbox2/lightbox2_customize/__init__.py |
0 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/sphinximages/sphinxtrib/__init__.py |
1 |
0 |
0 |
100% |
src/pyquickhelper/sphinxext/sphinximages/sphinxtrib/images.py |
207 |
30 |
0 |
86% |
src/pyquickhelper/sphinxext/templates/__init__.py |
0 |
0 |
0 |
100% |
src/pyquickhelper/texthelper/__init__.py |
4 |
0 |
0 |
100% |
src/pyquickhelper/texthelper/code_helper.py |
24 |
0 |
0 |
100% |
src/pyquickhelper/texthelper/diacritic_helper.py |
6 |
0 |
0 |
100% |
src/pyquickhelper/texthelper/html_helper.py |
5 |
0 |
0 |
100% |
src/pyquickhelper/texthelper/templating.py |
36 |
0 |
1 |
100% |
src/pyquickhelper/texthelper/texts_language.py |
2 |
0 |
0 |
100% |
src/pyquickhelper/texthelper/version_helper.py |
42 |
0 |
1 |
100% |