示例#1
0
 def count_terminals(self):
     """Counts the number of terminal (leaf) nodes within this tree."""
     return _sugar.iterlen(self.find_clades(terminal=True))
示例#2
0
 def count_terminals(self):
     """Counts the number of terminal (leaf) nodes within this tree."""
     return _sugar.iterlen(self.find_clades(terminal=True))