Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(8) | Call(4) | Derive(0) | Import(4)
src/b/i/biopython-1.63/Bio/SeqIO/_index.py biopython(Download)
from Bio import Alphabet from Bio import bgzf from Bio.File import _IndexedSeqFileProxy, _open_for_random_access class SeqFileRandomAccess(_IndexedSeqFileProxy): def __init__(self, filename, format, alphabet): self._handle = _open_for_random_access(filename)
src/b/i/biopython-1.63/Bio/SearchIO/_index.py biopython(Download)
from Bio._py3k import _bytes_to_string from Bio import bgzf from Bio.File import _IndexedSeqFileProxy, _open_for_random_access
def __init__(self, filename, **kwargs): self._handle = _open_for_random_access(filename) self._kwargs = kwargs def _parse(self, handle):
src/b/i/biopython-HEAD/Bio/SeqIO/_index.py biopython(Download)
from Bio import Alphabet from Bio import bgzf from Bio.File import _IndexedSeqFileProxy, _open_for_random_access class SeqFileRandomAccess(_IndexedSeqFileProxy): def __init__(self, filename, format, alphabet): self._handle = _open_for_random_access(filename)
src/b/i/biopython-HEAD/Bio/SearchIO/_index.py biopython(Download)
from Bio._py3k import _bytes_to_string from Bio import bgzf from Bio.File import _IndexedSeqFileProxy, _open_for_random_access
def __init__(self, filename, **kwargs): self._handle = _open_for_random_access(filename) self._kwargs = kwargs def _parse(self, handle):