Lines Matching refs:key
136 def key(self):
142 The key is a (uri, proxy) tuple, where the proxy is
184 if not rc[self.key()].used:
185 rc[self.key()].record_connection(self.cspeed)
190 rc[self.key()].record_connection(self.cspeed)
192 rc[self.key()].record_tx()
197 rc[self.key()].record_error(decayable=True)
199 rc[self.key()].record_error(content=True)
201 rc[self.key()].record_error()
213 rc[self.key()].record_progress(size, time)