```x = ClosableThing(..) with x as y: ... x.do_s...
# development
w
Copy code
x = ClosableThing(..)
with x as y:
  ...
x.do_stuff