MCPcopy Index your code
hub / github.com/clips/pattern / search

Method search

pattern/web/__init__.py:994–995  ·  view source on GitHub ↗
(self, query, type=SEARCH, start=1, count=10, sort=RELEVANCY, size=None, cached=True, **kwargs)

Source from the content-addressed store, hash-verified

992 self.format = lambda x: x # Formatter applied to each attribute of each Result.
993
994 def search(self, query, type=SEARCH, start=1, count=10, sort=RELEVANCY, size=None, cached=True, **kwargs):
995 return Results(source=None, query=query, type=type)
996
997class SearchEngineError(HTTPError):
998 pass

Callers

nothing calls this directly

Calls 1

ResultsClass · 0.85

Tested by

no test coverage detected