Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ MyDoc
Class
MyDoc
tests/fields/test_fields.py:49–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
class
TestField(MongoDBTestCase):
48
def
test_constructor_set_historical_behavior_is_kept(self):
49
class
MyDoc(Document):
50
oid = ObjectIdField()
51
52
doc = MyDoc()
53
doc.oid = str(ObjectId())
Callers
1
test_constructor_set_historical_behavior_is_kept
Method · 0.70
Calls
1
ObjectIdField
Class · 0.90
Tested by
1
test_constructor_set_historical_behavior_is_kept
Method · 0.56