MCPcopy Create free account
hub / github.com/commandoperator/cmdop-sdk / _paginate_offset

Method _paginate_offset

python/src/cmdop/resources/base.py:79–98  ·  view source on GitHub ↗

Yield each offset page (1-based) until the offset+items covers total.

(
        self,
        fetch_page: Callable[[int], Awaitable[Any]],
    )

Source from the content-addressed store, hash-verified

Callers 4

pagesMethod · 0.80
pagesMethod · 0.80
pagesMethod · 0.80
pagesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected