MCPcopy Create free account
hub / github.com/MITK/MITK / GetVariableAsString

Method GetVariableAsString

Modules/Python/src/mitkPythonContext.cpp:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268std::optional<std::string> mitk::PythonContext::GetVariableAsString(const std::string& varName)
269{
270 return m_Impl->GetVariableAs<std::string>(varName);
271}

Callers 6

TestExecuteFileMethod · 0.80
CheckInstalledVersionMethod · 0.80
GetCUDADeviceInfoMethod · 0.80
ConstructLocalSessionMethod · 0.80
GetModelLicenseMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestExecuteFileMethod · 0.64