MCPcopy Create free account
hub / github.com/MongoEngine/mongoengine / User

Class User

tests/queryset/test_visitor.py:47–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 connect(db="mongoenginetest")
46
47 class User(Document):
48 pass
49
50 class Post(Document):
51 created_user = ReferenceField(User)

Callers 1

Calls 2

EmailFieldClass · 0.85
StringFieldClass · 0.85

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…