Closed hsolbrig closed 3 years ago
Need to be able to do both:
with hbopen(...) as f: for l in f: ...
and
f = hbopen(...) for l in f: ... f.close()
Currently, only the first idiom works
Need to be able to do both:
and
Currently, only the first idiom works