SpECTRE  v2024.04.12
pypp::SetupLocalPythonEnvironment Struct Reference

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
 
SetupLocalPythonEnvironmentoperator= (const SetupLocalPythonEnvironment &)=delete
 
 SetupLocalPythonEnvironment (const SetupLocalPythonEnvironment &&)=delete
 
SetupLocalPythonEnvironmentoperator= (const SetupLocalPythonEnvironment &&)=delete
 

Detailed Description

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.


The documentation for this struct was generated from the following file: