MCPcopy
hub / github.com/django/django / __init__

Method __init__

django/contrib/postgres/search.py:192–194  ·  view source on GitHub ↗
(self, lhs, connector, rhs, config, output_field=None)

Source from the content-addressed store, hash-verified

190
191class CombinedSearchVector(SearchVectorCombinable, CombinedExpression):
192 def __init__(self, lhs, connector, rhs, config, output_field=None):
193 self.config = config
194 super().__init__(lhs, connector, rhs, output_field)
195
196
197class SearchQueryCombinable:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected