Closed jakebeal closed 2 years ago
I frequently fine myself writing code of the pattern:
doc = sbol3.Document() doc.read(location)
Is there any reason we shouldn't allow this to be macro-ized, either as an optional constructor argument or as a static factory function?
I frequently fine myself writing code of the pattern:
Is there any reason we shouldn't allow this to be macro-ized, either as an optional constructor argument or as a static factory function?