class foo(): def __init__(self): # init def __enter__(self): # stuff return self def __exit__(self, exc_type, exc_val, exc_tb): #Exception handling here #Finish up anything