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

Method __init__

pattern/web/__init__.py:1208–1209  ·  view source on GitHub ↗
(self, license=None, throttle=0.5, language=None)

Source from the content-addressed store, hash-verified

1206class Bing(SearchEngine):
1207
1208 def __init__(self, license=None, throttle=0.5, language=None):
1209 SearchEngine.__init__(self, license or BING_LICENSE, throttle, language)
1210
1211 def search(self, query, type=SEARCH, start=1, count=10, sort=RELEVANCY, size=None, cached=True, **kwargs):
1212 """" Returns a list of results from Bing for the given query.

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected