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

Method __init__

lantz/drivers/legacy/rpc.py:525–527  ·  view source on GitHub ↗
(self, host)

Source from the content-addressed store, hash-verified

523class UDPPortMapperClient(PartialPortMapperClient, RawUDPClient):
524
525 def __init__(self, host):
526 RawUDPClient.__init__(self, host, PMAP_PROG, PMAP_VERS, PMAP_PORT)
527 PartialPortMapperClient.__init__(self)
528
529
530class BroadcastUDPPortMapperClient(PartialPortMapperClient, RawBroadcastUDPClient):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected