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

Method __init__

api/edge_api/identities/models.py:32–34  ·  view source on GitHub ↗
(self, engine_identity_model: IdentityModel)

Source from the content-addressed store, hash-verified

30 dynamo_wrapper = DynamoIdentityWrapper()
31
32 def __init__(self, engine_identity_model: IdentityModel):
33 self.engine_identity_model = engine_identity_model
34 self._reset_initial_state() # type: ignore[no-untyped-call]
35
36 @classmethod
37 def from_identity_document(cls, identity_document: dict) -> "EdgeIdentity": # type: ignore[type-arg]

Callers

nothing calls this directly

Calls 1

_reset_initial_stateMethod · 0.95

Tested by

no test coverage detected