issues
search
SynBioDex
/
pySBOL3
Native python implementation of SBOL 3.0 specification
MIT License
37
stars
16
forks
source link
Migrate `TopLevel.copy` and `SBOLObject.copy` to `sbol3.copy`
#373
Closed
tcmitchell
closed
2 years ago
tcmitchell
commented
2 years ago
Move away from
SBOLObject.copy
and
TopLevel.copy
in the unit tests and prefer
sbol3.copy
instead.
Deprecate
TopLevel.copy
and point callers to
sbol3.copy
Deprecate
SBOLObject.copy
and point callers to
sbol3.copy
SBOLObject.copy
andTopLevel.copy
in the unit tests and prefersbol3.copy
instead.TopLevel.copy
and point callers tosbol3.copy
SBOLObject.copy
and point callers tosbol3.copy