Commit 3a49373a authored by Richard W.M. Jones's avatar Richard W.M. Jones
Browse files

python: Add a contextlib function

This function can be used alongside the "with" statement.  Python will
close the handle automatically, even if the body throws an exception:

  with nbd.nbd() as h:
    # use handle here
parent 1aee8525
Pipeline #788829014 failed with stage
in 10 minutes and 21 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment