def closing()

in sdap/processors/tilereadingprocessor.py [0:0]


def closing(thing):
    try:
        yield thing
    finally:
        thing.close()