.. _f-processscript: module ``loghelper.process_script`` =================================== Short summary +++++++++++++ module ``pyquickhelper.loghelper.process_script`` Implements function :func:`run_cmd`. :githublink:`%|py|6` Functions +++++++++ +------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------+ | function | truncated documentation | +========================================================================================================================+=====================================================================+ | :func:`dictionary_as_class ` | Every key of dictionary ``dico`` becomes a member of a dummy class. | +------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------+ | :func:`execute_script ` | Executes a :epkg:`python` script in a separate process. | +------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------+ | :func:`execute_script_get_local_variables ` | Executes a script and returns the local variables. | +------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyquickhelper.loghelper.process_script :members: :special-members: __init__ :show-inheritance: