in asfpy/justone.py [0:0]
def _run_func(fifo_fname, func): with _temp_fifo(fifo_fname) as okay: if okay: return func()