MCPcopy Create free account
hub / github.com/django-haystack/django-haystack / __str__

Method __str__

haystack/backends/__init__.py:512–513  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

510 self.backend = connections[self._using].get_backend()
511
512 def __str__(self):
513 return self.build_query()
514
515 def __getstate__(self):
516 """For pickling."""

Callers

nothing calls this directly

Calls 1

build_queryMethod · 0.95

Tested by

no test coverage detected