MCPcopy Index your code
hub / github.com/fastapi-admin/fastapi-admin / row_attributes

Method row_attributes

fastapi_admin/resources.py:100–101  ·  view source on GitHub ↗
(self, request: Request, obj: dict)

Source from the content-addressed store, hash-verified

98 ]
99
100 async def row_attributes(self, request: Request, obj: dict) -> dict:
101 return {}
102
103 async def column_attributes(self, request: Request, field: Field) -> dict:
104 return {}

Callers 1

render_valuesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected