Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
268
std::optional<std::string> mitk::PythonContext::GetVariableAsString(const std::string& varName)
269
{
270
return m_Impl->GetVariableAs<std::string>(varName);
271
}
Callers
6
TestExecuteFile
Method · 0.80
CheckInstalledVersion
Method · 0.80
GetCUDADeviceInfo
Method · 0.80
ConstructRemoteSession
Method · 0.80
ConstructLocalSession
Method · 0.80
GetModelLicense
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestExecuteFile
Method · 0.64