SynBioDex / pySBOL3

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

Propagate the new document pointer after copy #322

Closed tcmitchell closed 3 years ago

tcmitchell commented 3 years ago

Fix a bug where child objects did not have a pointer to their document. This caused lookup to fail. Propagate the document pointer in an after method on TopLevel.

Closes #176 (again)