Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(4) | Derive(0) | Import(0)
src/b/i/biopython-HEAD/Tests/test_Phylo_depend.py biopython(Download)
def test_draw_ascii(self): """Tree to Graph conversion.""" handle = StringIO() tree = Phylo.read(EX_APAF, 'phyloxml') Phylo.draw_ascii(tree, file=handle) Phylo.draw_ascii(tree, file=handle, column_width=120)
src/b/i/biopython-1.63/Tests/test_Phylo_depend.py biopython(Download)
def test_draw_ascii(self): """Tree to Graph conversion.""" handle = StringIO() tree = Phylo.read(EX_APAF, 'phyloxml') Phylo.draw_ascii(tree, file=handle) Phylo.draw_ascii(tree, file=handle, column_width=120)