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

Class Person

tests/fields/test_long_field.py:11–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9class TestLongField(MongoDBTestCase):
10 def test_storage(self):
11 class Person(Document):
12 value = LongField()
13
14 Person.drop_collection()
15 person = Person(value=5000)

Calls 1

LongFieldClass · 0.85

Used in the wild real call sites across dependent graphs

searching dependent graphs…