Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ Recipient
Class
Recipient
tests/document/test_instance.py:1039–1040 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1037
1038
def
test_save_write_concern(self):
1039
class
Recipient(Document):
1040
email = EmailField(required=True)
1041
1042
rec = Recipient(email=
"garbage@garbage.com"
)
1043
Callers
2
test_save_write_concern
Method · 0.85
test_save_skip_validation
Method · 0.85
Calls
1
EmailField
Class · 0.85
Tested by
2
test_save_write_concern
Method · 0.68
test_save_skip_validation
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…