MCPcopy Index your code
hub / github.com/MongoEngine/mongoengine / _mark_as_changed

Method _mark_as_changed

tests/test_datastructures.py:18–19  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

16 self._unset_fields = []
17
18 def _mark_as_changed(self, key):
19 self._changed_fields.append(key)
20
21 def _mark_as_unset(self, key):
22 self._unset_fields.append(key)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected