.. _f-cleanhelper: module ``pycode.clean_helper`` ============================== Short summary +++++++++++++ module ``pyquickhelper.pycode.clean_helper`` Various function to clean files. :githublink:`%|py|5` Functions +++++++++ +---------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +=====================================================================+============================================================================================================================+ | :func:`clean_exts ` | Cleans files in a folder and subfolders with a given extensions. | +---------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+ | :func:`clean_files ` | Cleans ``\r`` in files a folder and subfolders with a given extensions. Backslashes are replaces by ``/``. The regular ... | +---------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyquickhelper.pycode.clean_helper :members: :special-members: __init__ :show-inheritance: