(self, instance)
| 83 | return fields |
| 84 | |
| 85 | def get_role(self, instance): # type: ignore[no-untyped-def] |
| 86 | return instance.get_organisation_role(self.context.get("organisation")) |
| 87 | |
| 88 | def get_join_date(self, instance): # type: ignore[no-untyped-def] |
| 89 | return instance.get_organisation_join_date(self.context.get("organisation")) |
nothing calls this directly
no test coverage detected