| 261 | } |
| 262 | |
| 263 | std::optional<double> mitk::PythonContext::GetVariableAsDouble(const std::string& varName) |
| 264 | { |
| 265 | return m_Impl->GetVariableAs<double>(varName); |
| 266 | } |
| 267 | |
| 268 | std::optional<std::string> mitk::PythonContext::GetVariableAsString(const std::string& varName) |
| 269 | { |
no outgoing calls
no test coverage detected