MCPcopy Create free account
hub / github.com/TileDB-Inc/TileDB / close

Method close

scripts/run-ssl-proxy.py:24–32  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

22 self.dst_sock = None
23
24 def close(self):
25 try:
26 self.src_sock.close()
27 except:
28 pass
29 try:
30 self.dst_sock.close()
31 except:
32 pass
33
34 def forward(self, from_sock, to_sock):
35 data = from_sock.recv(1024)

Callers 2

forwardMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected