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

Function main

pythonFiles/install_debugpy.py:51–60  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

49
50
51def main(root):
52 data = _get_package_data()
53
54 if DEBUGGER_VERSION == "latest":
55 use_version = max(data["releases"].keys(), key=version_parser)
56 else:
57 use_version = DEBUGGER_VERSION
58
59 for url in _get_debugger_wheel_urls(data, use_version):
60 _download_and_extract(root, url, use_version)
61
62
63if __name__ == "__main__":

Callers 1

install_debugpy.pyFile · 0.70

Calls 4

_get_package_dataFunction · 0.85
_get_debugger_wheel_urlsFunction · 0.85
_download_and_extractFunction · 0.85
keysMethod · 0.45

Tested by

no test coverage detected