Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ Group
Class
Group
tests/test_context_managers.py:93–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
register_connection(
"testdb-1"
,
"mongoenginetest2"
)
92
93
class
Group(Document):
94
name = StringField()
95
96
Group.drop_collection()
97
Callers
6
test_switch_db_context_manager
Method · 0.70
test_switch_collection_context_manager
Method · 0.70
test_no_dereference_context_manager_object_id
Method · 0.70
test_no_dereference_context_manager_thread_safe
Method · 0.70
test_no_dereference_context_manager_nested
Method · 0.70
test_no_dereference_context_manager_dbref
Method · 0.70
Calls
4
StringField
Class · 0.85
ReferenceField
Class · 0.85
GenericReferenceField
Class · 0.85
ListField
Class · 0.85
Tested by
6
test_switch_db_context_manager
Method · 0.56
test_switch_collection_context_manager
Method · 0.56
test_no_dereference_context_manager_object_id
Method · 0.56
test_no_dereference_context_manager_thread_safe
Method · 0.56
test_no_dereference_context_manager_nested
Method · 0.56
test_no_dereference_context_manager_dbref
Method · 0.56