.. _f-defaultfunctions: module ``funcwin.default_functions`` ==================================== Short summary +++++++++++++ module ``tkinterquickhelper.funcwin.default_functions`` various basic functions often needed :githublink:`%|py|6` Functions +++++++++ +----------------------------------------------------------------------------------------------------------------+--------------------------------------------------------+ | function | truncated documentation | +================================================================================================================+========================================================+ | :func:`_clean_name_variable ` | Cleans a string. | +----------------------------------------------------------------------------------------------------------------+--------------------------------------------------------+ | :func:`_get_format_zero_nb_integer ` | | +----------------------------------------------------------------------------------------------------------------+--------------------------------------------------------+ | :func:`file_grep ` | Grep. | +----------------------------------------------------------------------------------------------------------------+--------------------------------------------------------+ | :func:`file_head ` | Keeps the head of a file. | +----------------------------------------------------------------------------------------------------------------+--------------------------------------------------------+ | :func:`file_list ` | Prints the list of files and sub files in a text file. | +----------------------------------------------------------------------------------------------------------------+--------------------------------------------------------+ | :func:`file_split ` | Splits a file. | +----------------------------------------------------------------------------------------------------------------+--------------------------------------------------------+ | :func:`is_empty_string ` | Tells if a string is empty. | +----------------------------------------------------------------------------------------------------------------+--------------------------------------------------------+ | :func:`IsEmptyString ` | Tells if a string is empty. | +----------------------------------------------------------------------------------------------------------------+--------------------------------------------------------+ | :func:`test_regular_expression ` | Tests a regular expression. | +----------------------------------------------------------------------------------------------------------------+--------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: tkinterquickhelper.funcwin.default_functions :members: :special-members: __init__ :show-inheritance: