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

Method __init__

lantz/drivers/legacy/rpc.py:532–534  ·  view source on GitHub ↗
(self, bcastaddr)

Source from the content-addressed store, hash-verified

530class BroadcastUDPPortMapperClient(PartialPortMapperClient, RawBroadcastUDPClient):
531
532 def __init__(self, bcastaddr):
533 RawBroadcastUDPClient.__init__(self, bcastaddr, PMAP_PROG, PMAP_VERS, PMAP_PORT)
534 PartialPortMapperClient.__init__(self)
535
536
537class TCPClient(RawTCPClient):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected