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

Method render

fastapi_admin/widgets/inputs.py:86–89  ·  view source on GitHub ↗
(self, request: Request, value: Any)

Source from the content-addressed store, hash-verified

84 """
85
86 async def render(self, request: Request, value: Any):
87 options = await self.get_options()
88 self.context.update(options=options)
89 return await super(Select, self).render(request, value)
90
91
92class ForeignKey(Select):

Callers

nothing calls this directly

Calls 2

get_optionsMethod · 0.95
renderMethod · 0.45

Tested by

no test coverage detected