Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.962 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 213 | Bio/Seq.py |
2 | 4 | 1173 | Bio/Seq.py |
| ||||
if not Alphabet._check_type_compatible([self.alphabet,other_alpha]): raise TypeError("Incompatable alphabets %s and %s"%(repr(self.alphabet),repr(other_alpha))) #Return as a string |
| ||||
if not Alphabet._check_type_compatible([self.alphabet,other.alphabet]): raise TypeError("Incompatable alphabets %s and %s"%(repr(self.alphabet),repr(other.alphabet))) #They should be the same sequence type (or one of them is generic) |
| |||
if not Alphabet._check_type_compatible([self.alphabet, [[#variable7c352020]]]): raise TypeError("Incompatable alphabets %s and %s"%(repr(self.alphabet),repr( [[#variable7c352020]]))) #They should be the same sequence type (or one of them is generic) #Return as a string |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#7c352020]] | other.alphabet |
1 | 2 | [[#7c352020]] | other_alpha |