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

Method _dereference

mongoengine/queryset/base.py:1778–1781  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1776
1777 @property
1778 def _dereference(self):
1779 if not self.__dereference:
1780 self.__dereference = _import_class("DeReference")()
1781 return self.__dereference
1782
1783 @property
1784 def _auto_dereference(self):

Callers 2

distinctMethod · 0.95
select_relatedMethod · 0.80

Calls 1

_import_classFunction · 0.90

Tested by

no test coverage detected