MCPcopy Create free account
hub / github.com/SySS-Research/hallucinate / __init__

Method __init__

hallucinate/java.py:72–75  ·  view source on GitHub ↗
(self, host, port, handler, key)

Source from the content-addressed store, hash-verified

70 block_on_close = False
71
72 def __init__(self, host, port, handler, key):
73 super(JavaAgentServer, self).__init__((host, port), JavaAgentHandler)
74 self.handler = handler
75 self.key = key
76
77
78def test_handler(r, rhandle):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected