Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 4 | 0.978 | stmt_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 206 | Bio/Graphics/GenomeDiagram/_Colors.py |
2 | 4 | 211 | Bio/Graphics/GenomeDiagram/_Colors.py |
| ||||
print gdct.float1_color((0.5,0.5,0.5)) print gdct.int255_color((1,75,240)) print gdct.artemis_color(7) print gdct.scheme_color(2) |
| ||||
print gdct.translate((0.5,0.5,0.5)) print gdct.translate((1,75,240)) print gdct.translate(7) print gdct.translate(2) |
| |||
print gdct. [[#variable621901e0]]((0.5,0.5,0.5)) print gdct. [[#variable174c4c60]]((1,75,240)) print gdct. [[#variable1b0cacc0]](7) print gdct. [[#variable75411580]](2) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#621901e0]] | float1_color |
1 | 2 | [[#621901e0]] | translate |
2 | 1 | [[#174c4c60]] | int255_color |
2 | 2 | [[#174c4c60]] | translate |
3 | 1 | [[#1b0cacc0]] | artemis_color |
3 | 2 | [[#1b0cacc0]] | translate |
4 | 1 | [[#75411580]] | scheme_color |
4 | 2 | [[#75411580]] | translate |