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

Method get_value

api/features/models.py:342–343  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

340
341 # noinspection PyTypeChecker
342 def get_value(self): # type: ignore[no-untyped-def]
343 return get_correctly_typed_value(self.value_type, self.value)
344
345 @classmethod
346 def update_priorities(

Calls 1

Tested by

no test coverage detected