Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
class
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
24
class
DevServerClient:
Callers
nothing calls this directly
Calls
1
connect
Method · 0.45
Tested by
no test coverage detected