MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / json

Method json

web_programming/test_fetch_github_info.py:14–15  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

12 self.content = content
13
14 def json(self):
15 return json.loads(self.content)
16
17 def mock_response(*args, **kwargs):
18 assert args[0] == AUTHENTICATED_USER_ENDPOINT

Callers 15

added_solution_file_pathFunction · 0.80
fetch_last_half_hourFunction · 0.80
fetch_from_toFunction · 0.80
get_openlibrary_dataFunction · 0.80
get_apod_dataFunction · 0.80
get_archive_dataFunction · 0.80
get_ip_geolocationFunction · 0.80
login_using_recaptchaFunction · 0.80
fetch_github_infoFunction · 0.80
get_hackernews_storyFunction · 0.80
hackernews_top_storiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected