MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / make

Function make

sdks/python/tests/test_v1_retry.py:164–165  ·  view source on GitHub ↗
(_headers)

Source from the content-addressed store, hash-verified

162 # Regression: a non-TransportError httpx error must surface as a typed
163 # E2AError, not a raw httpx exception. Not retried.
164 async def make(_headers):
165 raise httpx.HTTPError("boom")
166
167 with pytest.raises(E2AConnectionError):
168 await request_with_retry(make, cfg=cfg(), retryable=True, idempotency=False)

Callers 15

enumOfFunction · 0.85
keysOfFunction · 0.85
newRequestIDFunction · 0.85
handleListMessagesMethod · 0.85
normalizeLabelFilterFunction · 0.85
handleListReviewsMethod · 0.85
assertAgentsOwnedMethod · 0.85
handleListWebhooksMethod · 0.85
handleGetConversationMethod · 0.85
handleListAPIKeysMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected