.. _f-storingfunctions: module ``funcwin.storing_functions`` ==================================== Short summary +++++++++++++ module ``tkinterquickhelper.funcwin.storing_functions`` Common functions used for :class:`FrameFunction` and :class:`FrameParams`. :githublink:`%|py|6` Functions +++++++++ +------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +================================================================================================+=======================================================================================================================================+ | :func:`_private_restore ` | Restores the parameters stored by *_private_store*, returns a list of dictionaries (one of each line stored by *_private_store*). ... | +------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ | :func:`_private_store ` | Stores the parameters into a file, the function adds the parameter in a new line. It a parameter is a password (*name=password*, ... | +------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ | :func:`get_icon ` | Returns a filename corresponding the tkinterquickhelper icon. | +------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ | :func:`interpret_parameter ` | Interprets a parameter. | +------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: tkinterquickhelper.funcwin.storing_functions :members: :special-members: __init__ :show-inheritance: