Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MongoEngine/mongoengine
/ set_auto_dereferencing
Method
set_auto_dereferencing
mongoengine/base/fields.py:140–141 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
138
BaseField.creation_counter += 1
139
140
def
set_auto_dereferencing(self, value):
141
self.__auto_dereference = value
142
143
@property
144
def
_no_dereference_context_local(self):
Callers
4
__init__
Method · 0.80
to_python
Method · 0.80
_from_son
Method · 0.80
test_reference_miss
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_reference_miss
Method · 0.64