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

Method read

sdks/python/src/e2a/v1/generated/rest.py:35–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 self.data = None
34
35 async def read(self):
36 if self.data is None:
37 self.data = await self.response.aread()
38 return self.data
39
40 def getheaders(self):
41 """Returns a CIMultiDictProxy of the response headers."""

Callers 15

files_parametersMethod · 0.80
create_agentMethod · 0.80
delete_agentMethod · 0.80
get_agentMethod · 0.80
get_agent_protectionMethod · 0.80
list_agentsMethod · 0.80
put_agent_protectionMethod · 0.80

Calls

no outgoing calls

Tested by 5

test_agentMethod · 0.64
test_webhookMethod · 0.64