MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / _get_debugger_wheel_urls

Function _get_debugger_wheel_urls

pythonFiles/install_debugpy.py:29–34  ·  view source on GitHub ↗
(data, version)

Source from the content-addressed store, hash-verified

27
28
29def _get_debugger_wheel_urls(data, version):
30 return list(
31 r["url"]
32 for r in data["releases"][version]
33 if _contains(r["url"], DEBUGGER_PYTHON_ABI_VERSIONS)
34 )
35
36
37def _download_and_extract(root, url, version):

Callers 1

mainFunction · 0.85

Calls 1

_containsFunction · 0.85

Tested by

no test coverage detected