CloneSet220


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000stmt_list[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15151
Bio/Fasta/__init__.py
25183
Bio/Fasta/__init__.py
Clone Instance
1
Line Count
5
Source Line
151
Source File
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: ] 


Clone Instance
2
Line Count
5
Source Line
183
Source File
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: ] 


Clone AbstractionParameter Count: 0Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None