Coverage for /home/delusionalinsanity/bbrepos/matyan/src/matyan/fetchers/base.py : 71%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
'BaseFetcher', 'FetcherRegistry', )
"""Fetcher registry."""
if not self.uid: raise NotImplementedError
self.instance = self.get_instance()
return dict(CONFIG[self.uid])
raise NotImplementedError
raise NotImplementedError
return self.retries < self.max_retries
self.retries += 1 |