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

Method get_actions

examples/resources.py:68–69  ·  view source on GitHub ↗
(self, request: Request)

Source from the content-addressed store, hash-verified

66 return await super().cell_attributes(request, obj, field)
67
68 async def get_actions(self, request: Request) -> List[Action]:
69 return []
70
71 async def get_bulk_actions(self, request: Request) -> List[Action]:
72 return []

Callers 1

get_actionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected