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