CloneSet423


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000compound_stmt
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1395
Bio/AlignIO/Interfaces.py
23166
Bio/SeqIO/Interfaces.py
Clone Instance
1
Line Count
3
Source Line
95
Source File
Bio/AlignIO/Interfaces.py

    def clean(self,text):  
        "Use this to avoid getting newlines in the output." 
        return text.replace("""
"""                         ," ")     .replace("""
"""                                            ," ")     .replace("  "," ") 


Clone Instance
2
Line Count
3
Source Line
166
Source File
Bio/SeqIO/Interfaces.py

    def clean(self,text):  
        "Use this to avoid getting newlines in the output." 
        return text.replace("""
"""                         ," ")     .replace("""
"""                                            ," ")     .replace("  "," ") 


Clone AbstractionParameter Count: 0Parameter Bindings

def clean(self,text):
  "Use this to avoid getting newlines in the output." 
  return text.replace("""
"""                   ," ").replace("""
"""                                 ," ").replace("  "," ") 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None