CloneSet190


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9201.000stmt_list[7]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19146
Bio/Pathway/Rep/MultiGraph.py
29172
Bio/Pathway/Rep/MultiGraph.py
Clone Instance
1
Line Count
9
Source Line
146
Source File
Bio/Pathway/Rep/MultiGraph.py

    seen = { } 
    search = [ ] 
    if len(g.nodes( ))<1: 
        return search 
    if root is None: 
         root = (g.nodes( ))[0] 
    seen[root] = 1 
    search.append(root) 
    current = g.children(root) 


Clone Instance
2
Line Count
9
Source Line
172
Source File
Bio/Pathway/Rep/MultiGraph.py

    seen = { } 
    search = [ ] 
    if len(g.nodes( ))<1: 
        return search 
    if root is None: 
         root = (g.nodes( ))[0] 
    seen[root] = 1 
    search.append(root) 
    current = g.children(root) 


Clone AbstractionParameter Count: 0Parameter Bindings

seen = { } 
search = [ ] 
if len(g.nodes( ))<1:
  return search 
if root is None:
  root = (g.nodes( ))[0] 
seen[root] = 1 
search.append(root) 
current = g.children(root) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None