Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ get_as_pymongo
Function
get_as_pymongo
tests/utils.py:32–34 ·
view source on GitHub ↗
Fetch the pymongo version of a certain Document
(doc)
Source
from the content-addressed store, hash-verified
30
31
32
def
get_as_pymongo(doc):
33
""
"Fetch the pymongo version of a certain Document"
""
34
return
doc.__class__.objects.as_pymongo().get(id=doc.id)
35
36
37
def
requires_mongodb_lt_42(func):
Callers
15
test_delta_on_dict_empty_key_triggers_full_change
Method · 0.90
test_save_signal_pre_save_post_validation_makes_change_to_doc
Method · 0.90
test_document_clean
Method · 0.90
test_save
Method · 0.90
test_save_skip_validation
Method · 0.90
test_updating_listfield_manipulate_list
Method · 0.90
test_storage
Method · 0.90
test_push_dict
Method · 0.90
test_storage
Method · 0.90
test_storage
Method · 0.90
test_set_using_callable
Method · 0.90
test_storage
Method · 0.90
Calls
2
as_pymongo
Method · 0.80
get
Method · 0.45
Tested by
15
test_delta_on_dict_empty_key_triggers_full_change
Method · 0.72
test_save_signal_pre_save_post_validation_makes_change_to_doc
Method · 0.72
test_document_clean
Method · 0.72
test_save
Method · 0.72
test_save_skip_validation
Method · 0.72
test_updating_listfield_manipulate_list
Method · 0.72
test_storage
Method · 0.72
test_push_dict
Method · 0.72
test_storage
Method · 0.72
test_storage
Method · 0.72
test_set_using_callable
Method · 0.72
test_storage
Method · 0.72