Skip to content

Instantly share code, notes, and snippets.

@goyalrohit
Created February 1, 2018 10:11
Show Gist options
  • Save goyalrohit/281c3336e203d3823edd3106e8b81c8d to your computer and use it in GitHub Desktop.
Save goyalrohit/281c3336e203d3823edd3106e8b81c8d to your computer and use it in GitHub Desktop.
class LoggingContextManager:
def __enter__(self):
return self
def __exit__(self, exc_type, exc_val, exc_tb):
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment