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

Method options

aiohttp/test_utils.py:364–368  ·  view source on GitHub ↗
(
            self,
            path: StrOrURL,
            **kwargs: Unpack[_RequestOptions],
        )

Source from the content-addressed store, hash-verified

362 ) -> _RequestContextManager: ...
363
364 def options(
365 self,
366 path: StrOrURL,
367 **kwargs: Unpack[_RequestOptions],
368 ) -> _RequestContextManager: ...
369
370 def head(
371 self,

Callers

nothing calls this directly

Calls 1

_requestMethod · 0.95

Tested by

no test coverage detected