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

Method remove_users

api/features/serializers.py:595–597  ·  view source on GitHub ↗
(self, feature: Feature)

Source from the content-addressed store, hash-verified

593 feature.owners.add(*user_ids)
594
595 def remove_users(self, feature: Feature): # type: ignore[no-untyped-def]
596 user_ids = self.validated_data["user_ids"]
597 feature.owners.remove(*user_ids)
598
599
600class FeatureGroupOwnerInputSerializer(serializers.Serializer): # type: ignore[type-arg]

Callers 1

remove_ownersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected