Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ Person
Class
Person
tests/queryset/test_pickable.py:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
6
7
class
Person(Document):
8
name = StringField()
9
age = IntField()
10
11
12
class
TestQuerysetPickable(MongoDBTestCase):
Callers
nothing calls this directly
Calls
2
StringField
Class · 0.90
IntField
Class · 0.90
Tested by
no test coverage detected