![]() |
RobWorkProject
23.9.11-
|
a class for running multiple python environments in a threadsafe manner More...
#include <PythonRunner.hpp>
Public Member Functions | |
PythonRunner () | |
construct a Python interpretor | |
~PythonRunner () | |
destruct the python interpertor | |
int | runCode (std::string code) |
run code with python lock More... | |
a class for running multiple python environments in a threadsafe manner
int runCode | ( | std::string | code | ) |
run code with python lock
code | [in] python code to be run |