biopython v1.71.0 Bio.Phylo.PhyloXML.Other
Container for non-phyloXML elements in the tree.
Usually, an Other object will have either a ‘value’ or a non-empty list of ‘children’, but not both. This is not enforced here, though.
:Parameters:
tag : string
local tag for the XML node
namespace : string
XML namespace for the node -- should not be the default phyloXML
namespace.
attributes : dict of strings
attributes on the XML node
value : string
text contained directly within this XML node
children : list
child nodes, if any (also `Other` instances)
Link to this section Summary
Functions
Initialize values for non-phyloXML elements
Iterate through the children of this object (if any)
Link to this section Functions
Link to this function
__init__()
Initialize values for non-phyloXML elements.
Link to this function
__iter__()
Iterate through the children of this object (if any).