Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 0 | 1.000 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 95 | Bio/AlignIO/Interfaces.py |
2 | 3 | 166 | Bio/SeqIO/Interfaces.py |
| ||||
def clean(self,text): "Use this to avoid getting newlines in the output." return text.replace(""" """ ," ") .replace(""" """ ," ") .replace(" "," ") |
| ||||
def clean(self,text): "Use this to avoid getting newlines in the output." return text.replace(""" """ ," ") .replace(""" """ ," ") .replace(" "," ") |
| |||
def clean(self,text): "Use this to avoid getting newlines in the output." return text.replace(""" """ ," ").replace(""" """ ," ").replace(" "," ") |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |