CloneSet255


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4240.968stmt_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14375
Bio/Graphics/GenomeDiagram/_LinearDrawer.py
24385
Bio/Graphics/GenomeDiagram/_LinearDrawer.py
Clone Instance
1
Line Count
4
Source Line
375
Source File
Bio/Graphics/GenomeDiagram/_LinearDrawer.py

            self.drawing.add(Line(self.x0,ftop,self.xlim,ftop,strokeColor = colors.red)) 
                                                            # top line
            self.drawing.add(Line(self.x0,fbtm,self.xlim,fbtm,strokeColor = colors.red)) 
                                                            # bottom line


Clone Instance
2
Line Count
4
Source Line
385
Source File
Bio/Graphics/GenomeDiagram/_LinearDrawer.py

                self.drawing.add(Line(self.x0,tracktop,self.xlim,tracktop,strokeColor = colors.blue)) 
                                                                 # top line
                self.drawing.add(Line(self.x0,trackctr,self.xlim,trackctr,strokeColor = colors.green)) 
                                                                  # center line


Clone AbstractionParameter Count: 4Parameter Bindings

self.drawing.add(Line(self.x0, [[#variable77428320]],self.xlim, [[#variable77428320]],strokeColor = colors. [[#variable76c99e00]])) # top line
self.drawing.add(Line(self.x0, [[#variable75411540]],self.xlim, [[#variable75411540]],strokeColor = colors. [[#variable71a7baa0]])) # bottom line # center line
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#77428320]]
ftop 
12[[#77428320]]
tracktop 
21[[#76c99e00]]
red 
22[[#76c99e00]]
blue 
31[[#75411540]]
fbtm 
32[[#75411540]]
trackctr 
41[[#71a7baa0]]
red 
42[[#71a7baa0]]
green