llvm/lldb/test/API/commands/command/script/import/foo/bar/foobar.py

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