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

Function _page

sdks/python/src/e2a/v1/client.py:206–207  ·  view source on GitHub ↗
(items: Optional[Sequence[T]], next_cursor: Optional[str] = None)

Source from the content-addressed store, hash-verified

204
205
206def _page(items: Optional[Sequence[T]], next_cursor: Optional[str] = None) -> Page:
207 return Page(items=items or [], next_cursor=next_cursor)
208
209
210class AgentsResource:

Callers 9

fetchMethod · 0.85
fetchMethod · 0.85
fetchMethod · 0.85
fetchMethod · 0.85
fetchMethod · 0.85
fetchMethod · 0.85
fetchMethod · 0.85
fetchMethod · 0.85
fetchMethod · 0.85

Calls 1

PageClass · 0.70

Tested by

no test coverage detected