MCPcopy Index your code
hub / github.com/MongoEngine/mongoengine / _decr_no_dereference_context

Method _decr_no_dereference_context

mongoengine/base/fields.py:158–161  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

156 )
157
158 def _decr_no_dereference_context(self):
159 self._thread_local_storage.no_dereference_context = (
160 self._no_dereference_context_local - 1
161 )
162
163 @property
164 def _auto_dereference(self):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected