Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabPy/lantz
/ close
Method
close
lantz/drivers/legacy/rpc.py:299–300 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
297
self.sock.connect((self.host, self.port))
298
299
def
close(self):
300
self.sock.close()
301
302
def
do_call(self):
303
call = self.packer.get_buf()
Callers
9
finalize
Method · 0.45
close
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
close
Method · 0.45
forksession
Method · 0.45
finalize
Method · 0.45
finalize
Method · 0.45
finalize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected