예제 #1
0
def isDNAComponentURI(*args):
  return _libsbol.isDNAComponentURI(*args)
예제 #2
0
def isDNAComponentURI(doc, uri):
    return _libsbol.isDNAComponentURI(doc, uri)
예제 #3
0
파일: libsbol.py 프로젝트: Pfern/libSBOLpy
def isDNAComponentURI(*args):
    return _libsbol.isDNAComponentURI(*args)
예제 #4
0
파일: libsbol.py 프로젝트: SynBioDex/pySBOL
def isDNAComponentURI(doc, uri):
    return _libsbol.isDNAComponentURI(doc, uri)