CloneSet422


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4240.951stmt_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14727
Bio/Nexus/Nexus.py
24731
Bio/Nexus/Nexus.py
Clone Instance
1
Line Count
4
Source Line
727
Source File
Bio/Nexus/Nexus.py

        if "gap" in options: 
             self.gap = options["gap"][0] 
        if "equate" in options: 
             self.equate = options["equate"] 


Clone Instance
2
Line Count
4
Source Line
731
Source File
Bio/Nexus/Nexus.py

        if "matchchar" in options: 
             self.matchchar = options["matchchar"][0] 
        if "labels" in options: 
             self.labels = options["labels"] 


Clone AbstractionParameter Count: 4Parameter Bindings

if [[#variable761c0040]]in options:
  self. [[#variable7db9dea0]]= options[ [[#variable761c0040]]][0] 
if [[#variable7db9de80]]in options:
  self. [[#variable7db9de40]]= options[ [[#variable7db9de80]]] 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#761c0040]]
"matchchar" 
12[[#761c0040]]
"gap" 
21[[#7db9dea0]]
matchchar 
22[[#7db9dea0]]
gap 
31[[#7db9de80]]
"labels" 
32[[#7db9de80]]
"equate" 
41[[#7db9de40]]
labels 
42[[#7db9de40]]
equate