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

Function other_host_key2

tests/test_connector.py:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58
59@pytest.fixture
60def other_host_key2() -> ConnectionKey:
61 # Connection key
62 return ConnectionKey("otherhost", 80, False, True, None, None, None)
63
64
65@pytest.fixture

Callers

nothing calls this directly

Calls 1

ConnectionKeyClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…