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