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

Class DicDoc

tests/queryset/test_transform.py:37–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 foo = ListField(StringField())
36
37 class DicDoc(Document):
38 dictField = DictField()
39
40 class Doc(Document):
41 pass

Callers 1

test_transform_updateMethod · 0.85

Calls 1

DictFieldClass · 0.85

Tested by 1

test_transform_updateMethod · 0.68