• Adirio's avatar
    Turn Client into a context manager · c25403a3
    Adirio authored
    Allows using client as a context manager for the with statement:
    
    with Client(URL) as client:
        client.do_something()
    c25403a3
client.py 19.3 KB