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

Class PickleEmbedded

tests/fixtures.py:8–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8class PickleEmbedded(EmbeddedDocument):
9 date = DateTimeField(default=datetime.now)
10
11
12class PickleTest(Document):

Callers 2

test_picklableMethod · 0.90

Calls 1

DateTimeFieldClass · 0.85

Tested by 2

test_picklableMethod · 0.72