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

Method get_fields_label

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

Source from the content-addressed store, hash-verified

277
278 @classmethod
279 def get_fields_label(cls, display: bool = True):
280 return cls._get_fields_attr("label", display)
281
282 @classmethod
283 def get_m2m_field(cls):

Callers 1

list_viewFunction · 0.80

Calls 1

_get_fields_attrMethod · 0.80

Tested by

no test coverage detected