aerosandbox.tools.python.execution ================================== .. py:module:: aerosandbox.tools.python.execution Functions --------- .. autoapisummary:: aerosandbox.tools.python.execution.run_python_file aerosandbox.tools.python.execution.run_all_python_files Module Contents --------------- .. py:function:: run_python_file(path) Executes a Python file from a path. :param path: File path Returns: None .. py:function:: run_all_python_files(path, recursive=True, verbose=True) Executes all Python files and Jupyter Notebooks in a directory. :param path: A Path-type object (Path from built-in pathlib) representing a filepath :param recursive: Executes recursively (e.g. searches all subfolders too) Returns: None