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

Class Simple

tests/fields/test_fields.py:1014–1015  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1012 """
1013
1014 class Simple(Document):
1015 mapping = ListField(field=IntField())
1016
1017 Simple.drop_collection()
1018

Calls 3

ListFieldClass · 0.90
IntFieldClass · 0.90
DictFieldClass · 0.90