Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.961 | stmt_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 522 | Bio/Graphics/GenomeDiagram/_CircularDrawer.py |
2 | 5 | 877 | Bio/Graphics/GenomeDiagram/_LinearDrawer.py |
| ||||
resolution = max((midval-minval),(maxval-midval)) # Start from first data point pos,val = data[0] lastangle,lastcos,lastsin = self.canvas_angle(pos) |
| ||||
resolution = max((midval-minval),(maxval-midval)) # Start from first data point pos,val = data[0] lastfrag,lastx = self.canvas_location(pos) |
| |||
resolution = max((midval-minval),(maxval-midval)) # Start from first data point pos,val = data[0] [[#variable78b1d1c0]], [[#variable78b1d7e0]]= self. [[#variable7c3b8ba0]](pos) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#78b1d1c0]] | lastfrag |
1 | 2 | [[#78b1d1c0]] | lastangle,lastcos |
2 | 1 | [[#78b1d7e0]] | lastx |
2 | 2 | [[#78b1d7e0]] | lastsin |
3 | 1 | [[#7c3b8ba0]] | canvas_location |
3 | 2 | [[#7c3b8ba0]] | canvas_angle |