Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepnote/vscode-deepnote
/ find_variable_json
Function
find_variable_json
pythonFiles/tests/ipython/scripts.py:61–64 ·
view source on GitHub ↗
(varList, varName)
Source
from the content-addressed store, hash-verified
59
60
61
def
find_variable_json(varList, varName):
62
for
sub in varList:
63
if
sub[
"name"
] == varName:
64
return
sub
65
66
67
def
get_variable_value(variables, name, capsys):
Callers
2
get_variable_value
Function · 0.85
get_data_frame_info
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected