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

Method __init__

tools/scripts/gdbext.py:83–87  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81 our_cmds = []
82
83 def __init__(self):
84 self.__class__.__doc__ = self.our_help()
85 cmd_name, cmd_desc, required_args, optional_args = self.our_info()
86 super().__init__(cmd_name, gdb.COMMAND_USER)
87 self.__class__.our_cmds.append(self)
88
89 def our_info(self):
90 raise NotImplementedError()

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 3

our_helpMethod · 0.95
our_infoMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected