Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | stmt_list[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 151 | Bio/Fasta/__init__.py |
2 | 5 | 183 | Bio/Fasta/__init__.py |
| ||||
text = text.replace(""" """ ,""" """ ) #Crude way of dealing with \r\n assert text[0]==">",text text = text.split(""" >""" ,1)[0] # Only do the first record if more than one title,sequence = text.split(""" """ ,1) title = title[1: ] |
| ||||
text = text.replace(""" """ ,""" """ ) #Crude way of dealing with \r\n assert text[0]==">",text text = text.split(""" >""" ,1)[0] # Only do the first record if more than one title,sequence = text.split(""" """ ,1) title = title[1: ] |
| |||
text = text.replace(""" """ ,""" """ ) #Crude way of dealing with \r\n assert text[0]==">",text text = text.split(""" >""" ,1)[0] # Only do the first record if more than one title,sequence = text.split(""" """ ,1) title = title[1: ] |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |