MCPcopy 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

Calls 1

EmailFieldClass · 0.85

Tested by 2

Used in the wild real call sites across dependent graphs

searching dependent graphs…