Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbunt1tled/python-fast-api
/ pages
Method
pages
src/core/db/repository.py:110–111 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
108
109
@property
110
def
pages(self) -> int:
111
return
(self.total + self.per_page - 1) // self.per_page
112
113
114
class
BaseRepository(ABC, Generic[T]):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected