MCPcopy Index your code
hub / github.com/aptly-dev/aptly / get

Method get

system/api_lib.py:67–68  ·  view source on GitHub ↗
(self, uri, *args, **kwargs)

Source from the content-addressed store, hash-verified

65 pass
66
67 def get(self, uri, *args, **kwargs):
68 return requests.get("http://%s%s" % (self.base_url, uri), *args, **kwargs)
69
70 def post(self, uri, *args, **kwargs):
71 if "json" in kwargs:

Callers 5

post_taskMethod · 0.95
check_taskMethod · 0.95
check_task_failMethod · 0.95
put_taskMethod · 0.95
delete_taskMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected