Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
9
class
TestLongField(MongoDBTestCase):
10
def
test_storage(self):
11
class
Person(Document):
12
value = LongField()
13
14
Person.drop_collection()
15
person = Person(value=5000)
Callers
2
test_storage
Method · 0.70
test_construction_does_not_fail_with_invalid_value
Method · 0.70
Calls
1
LongField
Class · 0.85
Tested by
2
test_storage
Method · 0.56
test_construction_does_not_fail_with_invalid_value
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…