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

Method __init__

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

Source from the content-addressed store, hash-verified

516class TCPPortMapperClient(PartialPortMapperClient, RawTCPClient):
517
518 def __init__(self, host):
519 RawTCPClient.__init__(self, host, PMAP_PROG, PMAP_VERS, PMAP_PORT)
520 PartialPortMapperClient.__init__(self)
521
522
523class UDPPortMapperClient(PartialPortMapperClient, RawUDPClient):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected