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

Method set

lantz/drivers/legacy/rpc.py:490–493  ·  view source on GitHub ↗
(self, mapping)

Source from the content-addressed store, hash-verified

488 self.unpacker = PortMapperUnpacker('')
489
490 def set(self, mapping):
491 return self.make_call(PMAP_VERS.PMAPPROC_SET, mapping,
492 self.packer.pack_mapping,
493 self.unpacker.unpack_uint)
494
495 def unset(self, mapping):
496 return self.make_call(PMAP_VERS.PMAPPROC_UNSET, mapping,

Callers 2

registerMethod · 0.45
value_to_featMethod · 0.45

Calls 1

make_callMethod · 0.45

Tested by

no test coverage detected