Skip to content

if the namespace of an object is changed it should be reflected in the object #412

@JMante1

Description

@JMante1

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions