Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 4 | 0.968 | simple_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 168 | Bio/Blast/Record.py |
2 | 3 | 173 | Bio/Blast/Record.py |
| ||||
lines.append("Query:%s %s %s"%(str(self.query_start).rjust(8),str(self.query),str(self.query_end))) |
| ||||
lines.append("Sbjct:%s %s %s"%(str(self.sbjct_start).rjust(8),str(self.sbjct),str(self.sbjct_end))) |
| |||
lines.append( [[#variable190e5fe0]]%(str(self. [[#variable190e4800]]).rjust(8),str(self. [[#variable190e5ec0]]),str(self. [[#variable190e5f40]]))) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#190e5fe0]] | "Sbjct:%s %s %s" |
1 | 2 | [[#190e5fe0]] | "Query:%s %s %s" |
2 | 1 | [[#190e4800]] | sbjct_start |
2 | 2 | [[#190e4800]] | query_start |
3 | 1 | [[#190e5ec0]] | sbjct |
3 | 2 | [[#190e5ec0]] | query |
4 | 1 | [[#190e5f40]] | sbjct_end |
4 | 2 | [[#190e5f40]] | query_end |