MCPcopy Create free account
hub / github.com/catchpoint/WebPageTest.tsproxy / __init__

Method __init__

tsproxy.py:193–199  ·  view source on GitHub ↗
(self, client_id, hostname, port, is_localhost, result_pipe)

Source from the content-addressed store, hash-verified

191########################################################################################################################
192class AsyncDNS(threading.Thread):
193 def __init__(self, client_id, hostname, port, is_localhost, result_pipe):
194 threading.Thread.__init__(self)
195 self.hostname = hostname
196 self.port = port
197 self.client_id = client_id
198 self.is_localhost = is_localhost
199 self.result_pipe = result_pipe
200
201 def run(self):
202 global lock, background_activity_count

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected