Example #1
0
 def subcomponent(self, com):
     if com:
         libsbol.setSequenceAnnotationSubComponent(self.ptr, com.ptr)
     else:
         libsbol.setSequenceAnnotationSubComponent(self.ptr, None)
Example #2
0
 def subcomponent(self, com):
     libsbol.setSequenceAnnotationSubComponent(self.ptr, com.ptr)
Example #3
0
 def subcomponent(self, subcomponent):
     libsbol.setSequenceAnnotationSubComponent(self.ptr, subcomponent.ptr)
Example #4
0
 def subcomponent(self, com):
     if com:
         libsbol.setSequenceAnnotationSubComponent(self.ptr, com.ptr)
     else:
         libsbol.setSequenceAnnotationSubComponent(self.ptr, None)