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

Method __init__

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

Source from the content-addressed store, hash-verified

1410class Twitter(SearchEngine):
1411
1412 def __init__(self, license=None, throttle=0.5, language=None):
1413 SearchEngine.__init__(self, license or TWITTER_LICENSE, throttle, language)
1414 self._pagination = {}
1415
1416 def _authenticate(self, url):
1417 url.query.update({

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected