Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ User
Class
User
tests/test_connection.py:313–314 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
311
connect(db1)
312
313
class
User(Document):
314
name = StringField(required=True)
315
316
user1 = User(name=
"John is in db1"
).save()
317
disconnect()
Callers
1
test_connect_disconnect_works_on_same_document
Method · 0.70
Calls
1
StringField
Class · 0.90
Tested by
1
test_connect_disconnect_works_on_same_document
Method · 0.56