nexrad-archive/lib/nexrad/util.py

3 lines
52 B
Python
Raw Permalink Normal View History

def default(a, b):
return b if a is None else a