HasPagination¶
- class pydelfini.delfini_core.paginator.HasPagination(*args, **kwargs)[source]¶
Bases:
Protocol
A
Protocol
that matches any model that supportsPagination
.Attributes
pagination
Bases: Protocol
A Protocol
that matches any model that
supports Pagination
.
Attributes
|