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

Method dump

lantz/drivers/legacy/rpc.py:505–508  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

503 self.unpacker.unpack_uint)
504
505 def dump(self):
506 return self.make_call(PMAP_VERS.PMAPPROC_DUMP, None,
507 None,
508 self.unpacker.unpack_pmaplist)
509
510 def callit(self, ca):
511 return self.make_call(PMAP_VERS.PMAPPROC_CALLIT, ca,

Callers

nothing calls this directly

Calls 1

make_callMethod · 0.45

Tested by

no test coverage detected