Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(6) | Call(6) | Derive(0) | Import(0)
src/b/i/biopython-1.63/Bio/Phylo/NeXML.py biopython(Download)
def __init__(self, root=None, rooted=False, id=None, name=None, weight=1.0): BaseTree.Tree.__init__(self, root=root or Clade(), rooted=rooted, id=id, name=name) self.weight = weight
src/b/i/biopython-1.63/Bio/Phylo/Newick.py biopython(Download)
def __init__(self, root=None, rooted=False, id=None, name=None, weight=1.0): BaseTree.Tree.__init__(self, root=root or Clade(), rooted=rooted, id=id, name=name) self.weight = weight
src/b/i/biopython-1.63/Bio/Phylo/CDAO.py biopython(Download)
def __init__(self, root=None, rooted=False, id=None, name=None, weight=1.0): BaseTree.Tree.__init__(self, root=root or Clade(), rooted=rooted, id=id, name=name) self.weight = weight # a list of (predicate, object) pairs, containing additional triples
src/b/i/biopython-HEAD/Bio/Phylo/NeXML.py biopython(Download)
def __init__(self, root=None, rooted=False, id=None, name=None, weight=1.0): BaseTree.Tree.__init__(self, root=root or Clade(), rooted=rooted, id=id, name=name) self.weight = weight
src/b/i/biopython-HEAD/Bio/Phylo/Newick.py biopython(Download)
def __init__(self, root=None, rooted=False, id=None, name=None, weight=1.0): BaseTree.Tree.__init__(self, root=root or Clade(), rooted=rooted, id=id, name=name) self.weight = weight
src/b/i/biopython-HEAD/Bio/Phylo/CDAO.py biopython(Download)
def __init__(self, root=None, rooted=False, id=None, name=None, weight=1.0): BaseTree.Tree.__init__(self, root=root or Clade(), rooted=rooted, id=id, name=name) self.weight = weight # a list of (predicate, object) pairs, containing additional triples