Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.979 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 178 | Bio/Blast/NCBIWWW.py |
2 | 5 | 185 | Bio/Blast/NCBIWWW.py |
| ||||
if i== -1: rid = None else: j = s.find(""" """ ,i) rid = s[i+len("RID ="):j].strip( ) |
| ||||
if i== -1: rtoe = None else: j = s.find(""" """ ,i) rtoe = s[i+len("RTOE ="):j].strip( ) |
| |||
if i== -1: [[#variable75478480]]= None else: j = s.find(""" """ ,i) [[#variable75478480]]= s[i+len( [[#variable75478420]]):j].strip( ) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#75478480]] | rtoe |
1 | 2 | [[#75478480]] | rid |
2 | 1 | [[#75478420]] | "RTOE =" |
2 | 2 | [[#75478420]] | "RID =" |