MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / GuidPrefixPrinter

Class GuidPrefixPrinter

tools/scripts/gdbext.py:261–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259
260
261class GuidPrefixPrinter(GuidPrinterBase):
262
263 def __init__(self, value):
264 GuidPrinterBase.__init__(self, get_byte_array(value))
265
266 def to_string(self):
267 return self._to_string('unknown prefix' if self.unknown() else None)
268
269printer_for_types(GuidPrefixPrinter, 'OpenDDS::DCPS::GuidPrefix_t')
270

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected