(self, instance)
| 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")) |
| 90 | |
| 91 | |
| 92 | class UserIdsSerializer(serializers.Serializer): # type: ignore[type-arg] |
nothing calls this directly
no test coverage detected