コード例 #1
0
ファイル: libsbol.py プロジェクト: stationarysalesman/pySBOL
def removeDNAComponentFromCollection(*args):
  return _libsbol.removeDNAComponentFromCollection(*args)
コード例 #2
0
def removeDNAComponentFromCollection(col, com):
    return _libsbol.removeDNAComponentFromCollection(col, com)
コード例 #3
0
ファイル: libsbol.py プロジェクト: tcmitchell/pySBOL
def removeDNAComponentFromCollection(*args):
    return _libsbol.removeDNAComponentFromCollection(*args)
コード例 #4
0
ファイル: libsbol.py プロジェクト: SynBioDex/pySBOL
def removeDNAComponentFromCollection(col, com):
    return _libsbol.removeDNAComponentFromCollection(col, com)