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

Method method

tests/test_client_functional_oldstyle.py:1271–1272  ·  view source on GitHub ↗
(self, match)

Source from the content-addressed store, hash-verified

1269
1270 @test_utils.Router.define('/method/([A-Za-z]+)$')
1271 def method(self, match):
1272 self._response(self._start_response(200))
1273
1274 @test_utils.Router.define('/redirect_err$')
1275 def redirect_err(self, match):

Callers

nothing calls this directly

Calls 2

_responseMethod · 0.80
_start_responseMethod · 0.80

Tested by

no test coverage detected