MCPcopy Create free account
hub / github.com/Da1sypetals/SnapViewer / __init__

Method __init__

gui.py:128–132  ·  view source on GitHub ↗
(self, host, port)

Source from the content-addressed store, hash-verified

126 """Client for sending SQL commands to renderer via ZeroMQ REQ socket"""
127
128 def __init__(self, host, port):
129 self.host = host
130 self.port = port
131 self.context = zmq.Context()
132 self.socket = None
133
134 def connect(self):
135 """Connect to the renderer's REP socket"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected