Turn Client into a context manager
Allows using client as a context manager for the with statement: with Client(URL) as client: client.do_something()
Showing
Please register or sign in to comment
Allows using client as a context manager for the with statement: with Client(URL) as client: client.do_something()