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

Class Account

tests/document/test_instance.py:796–797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

794 email = EmailField()
795
796 class Account(Document):
797 email = EmbeddedDocumentField(Email)
798
799 Account.drop_collection()
800

Calls 2

Used in the wild real call sites across dependent graphs

searching dependent graphs…