Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 3 | 0.989 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 563 | Bio/SwissProt/SProt.py |
2 | 8 | 601 | Bio/SwissProt/SProt.py |
| ||||
if uprline.find("CREATED")>=0: self.data.created = cols[1],version elif uprline.find("LAST SEQUENCE UPDATE")>=0: self.data.sequence_update = cols[1],version elif uprline.find("LAST ANNOTATION UPDATE")>=0: self.data.annotation_update = cols[1],version else: assert False,"Shouldn't reach this line!" |
| ||||
if uprline.find("INTEGRATED")>=0: self.data.created = cols[1],version elif uprline.find("SEQUENCE VERSION")>=0: self.data.sequence_update = cols[1],version elif uprline.find("ENTRY VERSION")>=0: self.data.annotation_update = cols[1],version else: assert False,"Shouldn't reach this line!" |
| |||
if uprline.find( [[#variable308255c0]])>=0: self.data.created = cols[1],version elif uprline.find( [[#variable30d07300]])>=0: self.data.sequence_update = cols[1],version elif uprline.find( [[#variable30825560]])>=0: self.data.annotation_update = cols[1],version else: assert False,"Shouldn't reach this line!" |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#308255c0]] | "INTEGRATED" |
1 | 2 | [[#308255c0]] | "CREATED" |
2 | 1 | [[#30d07300]] | "SEQUENCE VERSION" |
2 | 2 | [[#30d07300]] | "LAST SEQUENCE UPDATE" |
3 | 1 | [[#30825560]] | "ENTRY VERSION" |
3 | 2 | [[#30825560]] | "LAST ANNOTATION UPDATE" |