module documentation

FiftyOne Server paginator

Copyright 2017-2025, Voxel51, Inc.

Class Connection Undocumented
Class Edge Undocumented
Class PageInfo Undocumented
Async Function get_items Undocumented
Function get_paginator_resolver Undocumented
Type Variable C Undocumented
async def get_items(collection: mtr.AsyncIOMotorCollection, from_db: t.Callable[[dict], T], key: str, filters: list[dict], search: str, first: int = LIST_LIMIT, after: str | None = UNSET) -> Connection[T, str]: (source)

Undocumented

def get_paginator_resolver(cls: type[T], key: str, filters: list[dict], collection: str) -> t.Callable[[(int | None), (str | None), Info], Connection[T, str]]: (source)

Undocumented

Undocumented

Value
t.TypeVar('C')