Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/fastapi-admin/fastapi-admin
/ get_queryset
Method
get_queryset
fastapi_admin/widgets/inputs.py:132–133 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
130
return
options
131
132
async
def
get_queryset(self):
133
return
await self.model.all()
134
135
async
def
render(self, request: Request, value: Any):
136
options = await self.get_options()
Callers
1
get_options
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected