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

Method get_organisation_join_date

api/users/models.py:285–288  ·  view source on GitHub ↗
(self, organisation)

Source from the content-addressed store, hash-verified

283 return user_organisation.role
284
285 def get_organisation_join_date(self, organisation): # type: ignore[no-untyped-def]
286 user_organisation = self.get_user_organisation(organisation)
287 if user_organisation:
288 return user_organisation.date_joined
289
290 def get_user_organisation( # type: ignore[return]
291 self, organisation: typing.Union["Organisation", int]

Callers 1

get_join_dateMethod · 0.80

Calls 1

get_user_organisationMethod · 0.95

Tested by

no test coverage detected