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

Function _client

sdks/python/tests/test_v1_client.py:107–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105
106
107def _client():
108 # No-sleep retry config so any retry path is instant.
109 async def no_sleep(_s):
110 return None
111
112 return E2AClient(
113 api_key="e2a_test", base_url=BASE, _retry_config=RetryConfig(sleep=no_sleep)
114 )
115
116
117# ── construction ────────────────────────────────────────────────────

Calls 2

E2AClientClass · 0.90
RetryConfigClass · 0.90

Tested by

no test coverage detected