def fcall()

in source/benchmark-sample/run-query.py [0:0]


def fcall(funcs, *args, **kwargs):
    for f in funcs:
        f(*args, **kwargs)