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

Method get_empty_query_set

haystack/manager.py:15–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13 return SearchQuerySet(using=self.using)
14
15 def get_empty_query_set(self):
16 return EmptySearchQuerySet(using=self.using)
17
18 def all(self): # noqa A003
19 return self.get_search_queryset()

Callers 1

noneMethod · 0.95

Calls 1

EmptySearchQuerySetClass · 0.90

Tested by

no test coverage detected