Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/b/i/biopython-HEAD/Tests/test_EmbossPrimer.py biopython(Download)
def test_primer_representation(self): """Make sure we can output primer information correctly. """ p_info = PrimerSearch.InputRecord() p_info.add_primer_set("Test", "GATC", "CATG")
src/b/i/biopython-1.63/Tests/test_EmbossPrimer.py biopython(Download)
def test_primer_representation(self): """Make sure we can output primer information correctly. """ p_info = PrimerSearch.InputRecord() p_info.add_primer_set("Test", "GATC", "CATG")