Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(10) | Call(4) | Derive(3) | Import(3)
src/b/i/biopython-1.63/Bio/PopGen/FDist/Async.py biopython(Download)
from time import sleep from Bio.PopGen.Async import Local from Bio.PopGen.FDist.Controller import FDistController class FDistAsync(FDistController):
src/b/i/biopython-HEAD/Bio/PopGen/FDist/Async.py biopython(Download)
from time import sleep from Bio.PopGen.Async import Local from Bio.PopGen.FDist.Controller import FDistController class FDistAsync(FDistController):
src/b/i/biopython---popgen-HEAD/src/PopGen/FDist/Async.py biopython---popgen(Download)
from time import sleep from Bio.PopGen.Async import Local from Bio.PopGen.FDist.Controller import FDistController class FDistAsync(FDistController):
src/b/i/biopython-HEAD/Tests/test_PopGen_FDist.py biopython(Download)
def setUp(self): self.ctrl = Controller.FDistController() self.dirname = tempfile.mkdtemp() self._copyfile('data_fst_outfile', 'data_fst_outfile') self._copyfile('fdist1', 'infile')
src/b/i/biopython-HEAD/Tests/test_PopGen_DFDist.py biopython(Download)
def setUp(self): self.ctrl = Controller.FDistController() self.dirname = tempfile.mkdtemp() self._copyfile('data_dfst_outfile', 'data_fst_outfile') self._copyfile('dfdist1', 'infile')
src/b/i/biopython-1.63/Tests/test_PopGen_FDist.py biopython(Download)
def setUp(self): self.ctrl = Controller.FDistController() self.dirname = tempfile.mkdtemp() self._copyfile('data_fst_outfile', 'data_fst_outfile') self._copyfile('fdist1', 'infile')
src/b/i/biopython-1.63/Tests/test_PopGen_DFDist.py biopython(Download)
def setUp(self): self.ctrl = Controller.FDistController() self.dirname = tempfile.mkdtemp() self._copyfile('data_dfst_outfile', 'data_fst_outfile') self._copyfile('dfdist1', 'infile')