MCPcopy Create free account
hub / github.com/PyWavelets/pywt / get_multipage

Method get_multipage

util/gh_lists.py:160–166  ·  view source on GitHub ↗
(self, url)

Source from the content-addressed store, hash-verified

158 return urlopen(req, timeout=60)
159
160 def get_multipage(self, url):
161 data = []
162 while url:
163 page_data, info, next_url = self.get(url)
164 data += page_data
165 url = next_url
166 return data
167
168 def get(self, url):
169 while True:

Callers 1

getMethod · 0.80

Calls 1

getMethod · 0.95

Tested by

no test coverage detected