MCPcopy 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
7class Person(Document):
8 name = StringField()
9 age = IntField()
10
11
12class TestQuerysetPickable(MongoDBTestCase):

Callers

nothing calls this directly

Calls 2

StringFieldClass · 0.90
IntFieldClass · 0.90

Tested by

no test coverage detected