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

Method callit

lantz/drivers/legacy/rpc.py:510–513  ·  view source on GitHub ↗
(self, ca)

Source from the content-addressed store, hash-verified

508 self.unpacker.unpack_pmaplist)
509
510 def callit(self, ca):
511 return self.make_call(PMAP_VERS.PMAPPROC_CALLIT, ca,
512 self.packer.pack_call_args,
513 self.unpacker.unpack_call_result)
514
515
516class TCPPortMapperClient(PartialPortMapperClient, RawTCPClient):

Callers

nothing calls this directly

Calls 1

make_callMethod · 0.45

Tested by

no test coverage detected