MCPcopy Index your code
hub / github.com/django-haystack/django-haystack / __init__

Method __init__

haystack/query.py:730–733  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

728 """
729
730 def __init__(self, *args, **kwargs):
731 super().__init__(*args, **kwargs)
732 self._load_all_querysets = {}
733 self._result_cache = []
734
735 def _load_model_objects(self, model, pks):
736 if model in self._load_all_querysets:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected