Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.988 | stmt_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 443 | Bio/Graphics/GenomeDiagram/_CircularDrawer.py |
2 | 5 | 455 | Bio/Graphics/GenomeDiagram/_CircularDrawer.py |
| ||||
pos = self.xcenter+top*sinval coslabel = cos(label_angle) sinlabel = sin(label_angle) labelgroup.transform = (coslabel, -sinlabel,sinlabel,coslabel,pos,self.ycenter+top*cosval) |
| ||||
pos = self.xcenter+btm*sinval coslabel = cos(label_angle) sinlabel = sin(label_angle) labelgroup.transform = (coslabel, -sinlabel,sinlabel,coslabel,pos,self.ycenter+btm*cosval) |
| |||
pos = self.xcenter+ [[#variable77415220]]*sinval coslabel = cos(label_angle) sinlabel = sin(label_angle) labelgroup.transform = (coslabel, -sinlabel,sinlabel,coslabel,pos,self.ycenter+ [[#variable77415220]]*cosval) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#77415220]] | btm |
1 | 2 | [[#77415220]] | top |