.. _f-codehelper: module ``pycode.code_helper`` ============================= Short summary +++++++++++++ module ``pyquickhelper.pycode.code_helper`` Various function to clean the code. :githublink:`%|py|5` Functions +++++++++ +------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------+ | function | truncated documentation | +======================================================================================================+=================================================================+ | :func:`remove_extra_spaces_and_pep8 ` | Removes extra spaces in a filename, replaces the file in place. | +------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------+ | :func:`remove_extra_spaces_folder ` | Removes extra files in a folder for specific file extensions. | +------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyquickhelper.pycode.code_helper :members: :special-members: __init__ :show-inheritance: