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

Class Email

tests/document/test_instance.py:793–794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

791
792 def test_instance_is_set_on_setattr(self):
793 class Email(EmbeddedDocument):
794 email = EmailField()
795
796 class Account(Document):
797 email = EmbeddedDocumentField(Email)

Calls 1

EmailFieldClass · 0.85

Used in the wild real call sites across dependent graphs

searching dependent graphs…