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

Class User

tests/queryset/test_field_list.py:187–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185
186 def test_only_with_subfields(self):
187 class User(EmbeddedDocument):
188 name = StringField()
189 email = StringField()
190
191 class Comment(EmbeddedDocument):
192 title = StringField()

Callers 3

test_excludeMethod · 0.70

Calls 1

StringFieldClass · 0.85

Tested by 3

test_excludeMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…