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

Method perform_create

api/api_keys/views.py:33–37  ·  view source on GitHub ↗
(self, serializer)

Source from the content-addressed store, hash-verified

31 ]
32
33 def perform_create(self, serializer): # type: ignore[no-untyped-def]
34 serializer.save(
35 organisation_id=self.kwargs.get("organisation_pk"),
36 created_by=self.request.user,
37 )

Callers

nothing calls this directly

Calls 2

saveMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected