MCPcopy
hub / github.com/aio-libs/aiohttp / get

Method get

tests/conftest.py:218–222  ·  view source on GitHub ↗
(self, path, **kwargs)

Source from the content-addressed store, hash-verified

216 self._session.close()
217
218 def get(self, path, **kwargs):
219 while path.startswith('/'):
220 path = path[1:]
221 url = self._url + path
222 return self._session.get(url, **kwargs)
223
224 def post(self, path, **kwargs):
225 while path.startswith('/'):

Calls

no outgoing calls

Tested by

no test coverage detected