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

Class Page

sdks/python/src/e2a/v1/pagination.py:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29@dataclass
30class Page(Generic[T]):
31 items: Sequence[T]
32 #: None / "" → no more pages.
33 next_cursor: Optional[str] = None
34
35
36FetchPage = Callable[[Optional[str]], Awaitable["Page[T]"]]

Callers 4

fetchFunction · 0.90
_pageFunction · 0.70

Calls

no outgoing calls

Tested by 2

fetchFunction · 0.72