(cls, display: bool = True)
| 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: |
nothing calls this directly
no test coverage detected