MCPcopy Create free account
hub / github.com/cztomczak/cefpython / read_json_url

Function read_json_url

tools/automate-git.py:462–466  ·  view source on GitHub ↗

Read a JSON URL.

(url)

Source from the content-addressed store, hash-verified

460
461
462def read_json_url(url):
463 """ Read a JSON URL. """
464 msg('Downloading %s' % url)
465 response = urllib2.urlopen(url)
466 return json.loads(response.read())
467
468
469g_channel_data = None

Callers 1

Calls 1

msgFunction · 0.85

Tested by

no test coverage detected