MCPcopy Create free account
hub / github.com/Vansmak/episeerr / connect

Method connect

integrations/docker.py:50–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48 self._socket_path = socket_path
49
50 def connect(self):
51 s = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)
52 s.connect(self._socket_path)
53 self.sock = s
54
55 parsed = urllib.parse.urlparse(request.url)
56 path = parsed.path

Callers 15

init_settings_dbFunction · 0.80
add_pending_requestFunction · 0.80
get_pending_requestFunction · 0.80
get_all_pending_requestsFunction · 0.80
delete_pending_requestFunction · 0.80
get_serviceFunction · 0.80
get_all_servicesFunction · 0.80
save_serviceFunction · 0.80
delete_serviceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected