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

Method set_value

api/util/engine_models/features/models.py:80–81  ·  view source on GitHub ↗
(self, value: typing.Any)

Source from the content-addressed store, hash-verified

78 )
79
80 def set_value(self, value: typing.Any) -> None:
81 self.feature_state_value = value
82
83 def get_value(self, identity_id: typing.Union[None, int, str] = None) -> typing.Any:
84 """

Calls

no outgoing calls