run_time_info
- mdtools.run_time_info.run_time_info()[source]
Generate some run time information.
- Returns:
script_name (
str) – The name of the running script.command_line (
str) – The command line input used to start the script.cwd (
str) – The working directory the script was started from.exe (
str) – The exact call of the executable script.mdt_version (
str) – The version number of MDTools.python_version (
str) – The version number of Python.
See also
mdtools.run_time_info.run_time_info_str()Create a string containing some run time information