SynBioDex / pySBOL3

Native python implementation of SBOL 3.0 specification
MIT License
37 stars 16 forks source link

Make document assignment recursive #233

Closed tcmitchell closed 3 years ago

tcmitchell commented 3 years ago

Set document for the entire object hierarchy rather than just the root object. This is consistent with Document.add().

Fixes #230