Source code for mcgdb.toolbox.target.my_system

from . import get_target, system

[docs]def is_alive(pid): return get_target(system).is_alive(pid)