obj = sbol3.Component('hello', [sbol3.SBO_DNA]) obj.name = 'hello' obj.namespace = 'parts.igem.org' doc.add(obj)
This code leads to an object with http://sbols.org/unspecified_namespace used everywhere, except for the has namespace property. if the namespace property is updated it should change the namespace used throughout the property