Package Bio :: Package Phylo :: Module NewickIO :: Class Writer
[hide private]
[frames] | no frames]

Class Writer

source code

object --+
         |
        Writer

Based on the writer in Bio.Nexus.Trees (str, to_string).

Instance Methods [hide private]
 
__init__(self, trees)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
write(self, handle, **kwargs)
Write this instance's trees to a file handle.
source code
 
to_strings(self, support_as_branchlengths=False, branchlengths_only=False, plain=False, plain_newick=True, ladderize=None, max_support=1.0)
Return an iterable of PAUP-compatible tree lines.
source code
 
_info_factory(self, plain, support_as_branchlengths, branchlengths_only, max_support)
Return a function that creates a nicely formatted node tag.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, trees)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)