Home | History | Annotate | Download | only in site_utils

Lines Matching refs:hit

62     def __init__(self, hit):
63 """Retrieve information from a ES query hit.
65 self.devserver = hit['devserver']
66 self.subname = hit['subname']
67 self.artifacts = hit['artifacts'].split(' ')
68 self.image = hit['image']
69 self.value = hit['value']
71 hit['time_recorded'])
112 for hit in results.hits:
113 devserver_calls.append(devserver_call(hit))