Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
test_migrate_references
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected