Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MongoEngine/mongoengine
/ History1
Class
History1
tests/test_connection.py:82–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
81
def
test_connect_disconnect_works_properly(self):
82
class
History1(Document):
83
name = StringField()
84
meta = {
"db_alias"
:
"db1"
}
85
86
class
History2(Document):
87
name = StringField()
Callers
2
test_connect_disconnect_works_properly
Method · 0.85
test_connect_different_documents_to_different_database
Method · 0.85
Calls
1
StringField
Class · 0.90
Tested by
2
test_connect_disconnect_works_properly
Method · 0.68
test_connect_different_documents_to_different_database
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…