MCPcopy Index your code
hub / github.com/ekalinin/nodeenv / _get_versions_json

Function _get_versions_json

nodeenv.py:1023–1025  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1021
1022
1023def _get_versions_json():
1024 response = urlopen('%s/index.json' % src_base_url)
1025 return json.loads(response.read().decode('UTF-8'))
1026
1027
1028def get_node_versions():

Callers 2

get_node_versionsFunction · 0.85
_get_last_node_versionFunction · 0.85

Calls 1

urlopenFunction · 0.85

Tested by

no test coverage detected