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

Method __init__

pattern/web/__init__.py:1618–1619  ·  view source on GitHub ↗
(self, license=None, throttle=5.0, language="en")

Source from the content-addressed store, hash-verified

1616class MediaWiki(SearchEngine):
1617
1618 def __init__(self, license=None, throttle=5.0, language="en"):
1619 SearchEngine.__init__(self, license or MEDIAWIKI_LICENSE, throttle, language)
1620
1621 @property
1622 def _url(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected