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

Method __init__

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

Source from the content-addressed store, hash-verified

73
74class FacetedSearchForm(SearchForm):
75 def __init__(self, *args, **kwargs):
76 self.selected_facets = kwargs.pop("selected_facets", [])
77 super().__init__(*args, **kwargs)
78
79 def search(self):
80 sqs = super().search()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected