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

Method cell_attributes

fastapi_admin/resources.py:106–107  ·  view source on GitHub ↗
(self, request: Request, obj: dict, field: Field)

Source from the content-addressed store, hash-verified

104 return {}
105
106 async def cell_attributes(self, request: Request, obj: dict, field: Field) -> dict:
107 return {}
108
109 async def get_actions(self, request: Request) -> List[Action]:
110 return [

Callers 1

render_valuesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected