openreview-py
openreview-py copied to clipboard
allow openreview.Client to run as a context manager
e.g.
with openreview.Client() as client:
notes = client.get_notes( ... )
https://jeffknupp.com/blog/2016/03/07/python-with-context-managers/
I like it!