MCPcopy
hub / github.com/fastapi-admin/fastapi-admin / get_fields_name

Method get_fields_name

fastapi_admin/resources.py:197–198  ·  view source on GitHub ↗
(cls, display: bool = True)

Source from the content-addressed store, hash-verified

195
196 @classmethod
197 def get_fields_name(cls, display: bool = True):
198 return cls._get_fields_attr("name", display)
199
200 @classmethod
201 def _get_display_input_field(cls, field_name: str) -> Field:

Callers

nothing calls this directly

Calls 1

_get_fields_attrMethod · 0.80

Tested by

no test coverage detected