CloneSet177


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.969simple_stmt
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13386
Bio/Nexus/Trees.py
23389
Bio/Nexus/Trees.py
Clone Instance
1
Line Count
3
Source Line
386
Source File
Bio/Nexus/Trees.py

        t1 = [(set(self.get_taxa(n)),self.node(n).data.support) for n in self.all_ids( ) if
               self.node(n).succ and
               (self.node(n).data and self.node(n).data.support and self.node(n).data.support>=threshold)] 


Clone Instance
2
Line Count
3
Source Line
389
Source File
Bio/Nexus/Trees.py

        t2 = [(set(tree2.get_taxa(n)),tree2.node(n).data.support) for n in tree2.all_ids( ) if
               tree2.node(n).succ and
               (tree2.node(n).data and tree2.node(n).data.support and tree2.node(n).data.support>=threshold)] 


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable61ce95a0]]= [(set( [[#variable61ce9540]].get_taxa(n)), [[#variable61ce9540]].node(n).data.support) for n in [[#variable61ce9540]].all_ids( ) if [[#variable61ce9540]].node(n).succ and ( [[#variable61ce9540]].node(n).data and [[#variable61ce9540]].node(n).data.support and [[#variable61ce9540]].node(n).data.support>=threshold)] 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#61ce95a0]]
t1 
12[[#61ce95a0]]
t2 
21[[#61ce9540]]
self 
22[[#61ce9540]]
tree2