MCPcopy Create free account
hub / github.com/EasyIME/PIME / fetch_json

Method fetch_json

python/python3/tornado/test/web_test.py:526–527  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

524 return [("/group/(.*)", EchoHandler), ("/slashes/([^/]*)/([^/]*)", EchoHandler)]
525
526 def fetch_json(self, path):
527 return json_decode(self.fetch(path).body)
528
529 def test_group_question_mark(self):
530 # Ensure that url-encoded question marks are handled properly

Callers 3

test_group_encodingMethod · 0.95
test_slashesMethod · 0.95

Calls 2

json_decodeFunction · 0.90
fetchMethod · 0.45

Tested by

no test coverage detected