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

Method unset

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

Source from the content-addressed store, hash-verified

493 self.unpacker.unpack_uint)
494
495 def unset(self, mapping):
496 return self.make_call(PMAP_VERS.PMAPPROC_UNSET, mapping,
497 self.packer.pack_mapping,
498 self.unpacker.unpack_uint)
499
500 def get_port(self, mapping):
501 return self.make_call(PMAP_VERS.PMAPPROC_GETPORT, mapping,

Callers 1

unregisterMethod · 0.80

Calls 1

make_callMethod · 0.45

Tested by

no test coverage detected