| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 1 | 0.965 | stmt_list[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 48 | Doc/examples/local_blast.py |
| 2 | 3 | 49 | Doc/examples/www_blast.py |
| ||||
print hsp.query[0:75]+dots
print hsp.match[0:75]+dots
print hsp.sbjct[0:75]+dots
|
| ||||
print hsp.query[0:75]+"..."
print hsp.match[0:75]+"..."
print hsp.sbjct[0:75]+"..."
|
| |||
print hsp.query[0:75]+ [[#variable78111000]] print hsp.match[0:75]+ [[#variable78111000]] print hsp.sbjct[0:75]+ [[#variable78111000]] |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#78111000]] | "..." |
| 1 | 2 | [[#78111000]] | dots |