MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / get_join_date

Method get_join_date

api/users/serializers.py:88–89  ·  view source on GitHub ↗
(self, instance)

Source from the content-addressed store, hash-verified

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
92class UserIdsSerializer(serializers.Serializer): # type: ignore[type-arg]

Callers

nothing calls this directly

Calls 2

getMethod · 0.45

Tested by

no test coverage detected