MCPcopy Index your code
hub / github.com/LabPy/lantz / TCPPortMapperClient

Class TCPPortMapperClient

lantz/drivers/legacy/rpc.py:516–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514
515
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 3

__init__Method · 0.85
registerMethod · 0.85
unregisterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected