Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
8
class
PickleEmbedded(EmbeddedDocument):
9
date = DateTimeField(default=datetime.now)
10
11
12
class
PickleTest(Document):
Callers
2
test_picklable
Method · 0.90
test_picklable_on_signals
Method · 0.90
Calls
1
DateTimeField
Class · 0.85
Tested by
2
test_picklable
Method · 0.72
test_picklable_on_signals
Method · 0.72