27 #include <string_view>
38 virtual const char*
what() const noexcept {
39 return buffer.c_str();
60 void run_string(
const std::string_view name,
const std::string_view path);
virtual const char * what() const noexcept
PythonException(const std::string &message)
PythonObj(PythonObj &&) noexcept
PythonObj(const PythonObj &)
void add_module(const std::string_view path)
void run_string(const std::string_view name, const std::string_view path)
PythonVM(Eng3D::State &_s)
std::vector< PythonObj > modules