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

Method __init__

haystack/forms.py:28–35  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

26 )
27
28 def __init__(self, *args, **kwargs):
29 self.searchqueryset = kwargs.pop("searchqueryset", None)
30 self.load_all = kwargs.pop("load_all", False)
31
32 if self.searchqueryset is None:
33 self.searchqueryset = SearchQuerySet()
34
35 super().__init__(*args, **kwargs)
36
37 def no_query_found(self):
38 """

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls 1

SearchQuerySetClass · 0.90

Tested by

no test coverage detected