SpECTRE
v2024.12.16
|
Enable calling of python in the local scope, and add directory(ies) to the front of the search path for modules. The directory which is appended to the path is relative to the tests/Unit
directory.
More...
#include <SetupLocalPythonEnvironment.hpp>
Public Member Functions | |
SetupLocalPythonEnvironment (const std::string &cur_dir_relative_to_unit_test_path) | |
SetupLocalPythonEnvironment (const SetupLocalPythonEnvironment &)=delete | |
SetupLocalPythonEnvironment & | operator= (const SetupLocalPythonEnvironment &)=delete |
SetupLocalPythonEnvironment (const SetupLocalPythonEnvironment &&)=delete | |
SetupLocalPythonEnvironment & | operator= (const SetupLocalPythonEnvironment &&)=delete |
Enable calling of python in the local scope, and add directory(ies) to the front of the search path for modules. The directory which is appended to the path is relative to the tests/Unit
directory.