Source code for labgrid.util.agents.dummy

[docs] def handle_neg(value): return -value
methods = { "neg": handle_neg, }