Source code for mcgdb.model.task.interaction

import gdb

from . import components, messages, simu

[docs]def initialize(): gdb.Command("communication p2012", gdb.COMMAND_NONE, prefix=1)