blob: 084fe97225049e66b79a052aa2d5aa549e43c63c [file] [log] [blame]
def foo1(context):
context.write("this is foo1.")
return ''
def foo2(context, x):
context.write("this is foo2, x is " + x)
return ''