MCPcopy Create free account
hub / github.com/LabPy/lantz / __init__

Method __init__

lantz/drivers/legacy/rpc.py:194–201  ·  view source on GitHub ↗
(self, host, prog, vers, port)

Source from the content-addressed store, hash-verified

192 """
193
194 def __init__(self, host, prog, vers, port):
195 self.host = host
196 self.prog = prog
197 self.vers = vers
198 self.port = port
199 self.lastxid = 0 # XXX should be more random?
200 self.cred = None
201 self.verf = None
202
203 def make_call(self, proc, args, pack_func, unpack_func):
204 # Don't normally override this (but see Broadcast)

Callers 10

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected