CloneSet386


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.962compound_stmt
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13213
Bio/Seq.py
241173
Bio/Seq.py
Clone Instance
1
Line Count
3
Source Line
213
Source File
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


Clone Instance
2
Line Count
4
Source Line
1173
Source File
Bio/Seq.py

            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)


Clone AbstractionParameter Count: 1Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#7c352020]]
other.alphabet 
12[[#7c352020]]
other_alpha