Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ycm-core/YouCompleteMe
/ SetVariableValue
Function
SetVariableValue
python/ycm/vimsupport.py:914–915 ·
view source on GitHub ↗
( variable, value )
Source
from the content-addressed store, hash-verified
912
913
914
def
SetVariableValue( variable, value ):
915
vim.command( f
"let { variable } = { json.dumps( value ) }"
)
916
917
918
def
GetVariableValue( variable ):
Callers
4
test_YouCompleteMe_InvalidPythonInterpreterPath
Method · 0.90
test_YouCompleteMe_NoPythonInterpreterFound
Method · 0.90
PostVimMessage
Function · 0.85
InsertNamespace
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_YouCompleteMe_InvalidPythonInterpreterPath
Method · 0.72
test_YouCompleteMe_NoPythonInterpreterFound
Method · 0.72