MCPcopy 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
61def find_variable_json(varList, varName):
62 for sub in varList:
63 if sub["name"] == varName:
64 return sub
65
66
67def get_variable_value(variables, name, capsys):

Callers 2

get_variable_valueFunction · 0.85
get_data_frame_infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected