def __getattr__()
in
datafusion/functions.py [0:0]
2
lines of code
1
McCabe index (conditional complexity)
def __getattr__(name): return getattr(functions, name)