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

Class BlogPost

tests/fields/test_dict_field.py:15–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13class TestDictField(MongoDBTestCase):
14 def test_storage(self):
15 class BlogPost(Document):
16 info = DictField()
17
18 BlogPost.drop_collection()
19

Callers 4

test_storageMethod · 0.70
test_general_thingsMethod · 0.70

Calls 1

DictFieldClass · 0.85

Tested by 4

test_storageMethod · 0.56
test_general_thingsMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…