Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fastapi-admin/fastapi-admin
/ get_value
Method
get_value
fastapi_admin/resources.py:59–60 ·
view source on GitHub ↗
(self, request: Request, obj: dict)
Source
from the content-addressed store, hash-verified
57
58
class
ComputeField(Field):
59
async
def
get_value(self, request: Request, obj: dict):
60
return
obj.get(self.name)
61
62
63
class
Action(BaseModel):
Callers
1
render_values
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected