Example #1
0
 def __init__(self):
     BaseResult.__init__(self)
     self.warcs = []
     self.warc_bytes = 0
     # Map of days to counters (map of items to counts)
     self._stats = OrderedDict()
     # Map of uids to tokens for which tokens have been found to have changed.
     self.token_updates = {}
     # Map of tokens to uids for tokens for which uids have been found.
     self.uids = {}
     # A counter of harvested items for testing purposes.
     self.harvest_counter = Counter()
Example #2
0
 def __init__(self):
     BaseResult.__init__(self)
     self.urls = []
     self.warcs = []
     self.warc_bytes = 0
     # Map of days to counters (map of items to counts)
     self._stats = OrderedDict()
     # Map of uids to tokens for which tokens have been found to have changed.
     self.token_updates = {}
     # Map of tokens to uids for tokens for which uids have been found.
     self.uids = {}
     # A counter of harvested items for testing purposes.
     self.harvest_counter = Counter()
Example #3
0
 def __init__(self):
     BaseResult.__init__(self)
Example #4
0
 def __init__(self):
     BaseResult.__init__(self)