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

Method perform_update

api/features/views.py:319–320  ·  view source on GitHub ↗
(self, serializer)

Source from the content-addressed store, hash-verified

317 )
318
319 def perform_update(self, serializer): # type: ignore[no-untyped-def]
320 serializer.save(project_id=self.kwargs.get("project_pk"))
321
322 def perform_destroy(self, instance): # type: ignore[no-untyped-def]
323 feature_states = list(

Callers

nothing calls this directly

Calls 2

saveMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected