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

Class Comment

tests/queryset/test_field_list.py:191–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 email = StringField()
190
191 class Comment(EmbeddedDocument):
192 title = StringField()
193 text = StringField()
194
195 class VariousData(EmbeddedDocument):
196 some = BooleanField()

Callers 2

test_excludeMethod · 0.70

Calls 1

StringFieldClass · 0.85

Tested by 2

test_excludeMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…