Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.979 | stmt_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 77 | Bio/PDB/HSExposure.py |
2 | 5 | 289 | Bio/PDB/HSExposure.py |
| ||||
if pp1 is pp2 and abs(i-j)<=offset: # neighboring residues in the chain are ignored continue ro = pp2[j] if not is_aa(ro) or not ro.has_id("CA"): continue |
| ||||
if pp1 is pp2 and abs(i-j)<=offset: continue r2 = pp2[j] if not is_aa(r2) or not r2.has_id("CA"): continue |
| |||
if pp1 is pp2 and abs(i-j)<=offset: # neighboring residues in the chain are ignored continue [[#variable71a81360]]= pp2[j] if not is_aa( [[#variable71a81360]]) or not [[#variable71a81360]].has_id("CA"): continue |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#71a81360]] | ro |
1 | 2 | [[#71a81360]] | r2 |