(self, mapping)
| 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, |