MCPcopy
hub / github.com/locustio/locust / close

Method close

locust/rpc/zmqrpc.py:62–63  ·  view source on GitHub ↗
(self, linger=None)

Source from the content-addressed store, hash-verified

60 return addr, msg
61
62 def close(self, linger=None):
63 self.socket.close(linger=linger)
64
65 def ipv4_only(self, host, port) -> bool:
66 try:

Calls

no outgoing calls

Tested by

no test coverage detected