MCPcopy Index your code
hub / github.com/Flagsmith/flagsmith / _reset_initial_state

Method _reset_initial_state

api/edge_api/identities/models.py:295–296  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

293 return changes # type: ignore[return-value]
294
295 def _reset_initial_state(self): # type: ignore[no-untyped-def]
296 self._initial_state = copy.deepcopy(self)
297
298 def clone_flag_states_from(self, source_identity: "EdgeIdentity") -> None:
299 """

Callers 3

__init__Method · 0.95
saveMethod · 0.95
deleteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected