CloneSet367


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000compound_stmt
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15914
Bio/Seq.py
25923
Bio/Seq.py
Clone Instance
1
Line Count
5
Source Line
914
Source File
Bio/Seq.py

        if isinstance(other,UnknownSeq) and
            other._character==self._character:   
            #TODO - Check the alphabets match
            return UnknownSeq(len(self)+len(other),self.alphabet,self._character) 

        #Offload to the base class...


Clone Instance
2
Line Count
5
Source Line
923
Source File
Bio/Seq.py

        if isinstance(other,UnknownSeq) and
            other._character==self._character:   
            #TODO - Check the alphabets match
            return UnknownSeq(len(self)+len(other),self.alphabet,self._character) 

        #Offload to the base class...


Clone AbstractionParameter Count: 0Parameter Bindings

if isinstance(other,UnknownSeq) and other._character==self._character:
  #TODO - Check the alphabets match
  return UnknownSeq(len(self)+len(other),self.alphabet,self._character) 
  #Offload to the base class...
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None