Home
last modified time | relevance | path

Searched defs:get_local_variable (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
Dvscode.py435 def get_local_variable(self, name, frameIndex=0, threadId=None): member in DebugCommunication
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py1705 def get_local_variable( # pylint: disable=missing-docstring function