1def foo_function(debugger, args, result, dict): 2 print("foobar says " + args, file=result) 3 return None 4