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

Class Post

tests/fields/test_fields.py:1597–1598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1595 meta = {"allow_inheritance": False}
1596
1597 class Post(Document):
1598 title = StringField()
1599
1600 class Bookmark(Document):
1601 bookmark_object = GenericReferenceField()

Calls 3

StringFieldClass · 0.90
ListFieldClass · 0.90