def __getattr__()

in datafusion/functions.py [0:0]


def __getattr__(name):
    return getattr(functions, name)