MCPcopy Create free account
hub / github.com/pallets/werkzeug / connect

Method connect

tests/conftest.py:19–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

17
18class UnixSocketHTTPConnection(http.client.HTTPConnection):
19 def connect(self):
20 self.sock = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)
21 self.sock.connect(self.host)
22
23
24class DevServerClient:

Callers

nothing calls this directly

Calls 1

connectMethod · 0.45

Tested by

no test coverage detected