MCPcopy Index your code
hub / github.com/jhao104/proxy_pool / __init__

Method __init__

util/webRequest.py:29–31  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

27 name = "web_request"
28
29 def __init__(self, *args, **kwargs):
30 self.log = LogHandler(self.name, file=False)
31 self.response = Response()
32
33 @property
34 def user_agent(self):

Callers

nothing calls this directly

Calls 1

LogHandlerClass · 0.90

Tested by

no test coverage detected