CloneSet407


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000stmt_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16190
Bio/AlignAce/Motif.py
26365
Bio/Motif/_Motif.py
Clone Instance
1
Line Count
6
Source Line
190
Source File
Bio/AlignAce/Motif.py

        for i in xrange(self.length): 
             if self.mask[i]: 
                  str = str+"*" 
             else: 
                  str = str+" " 
             
        str = str+"""
"""     


Clone Instance
2
Line Count
6
Source Line
365
Source File
Bio/Motif/_Motif.py

            for i in xrange(self.length): 
                 if self.mask[i]: 
                      str = str+"*" 
                 else: 
                      str = str+" " 
                 
            str = str+"""
"""         


Clone AbstractionParameter Count: 0Parameter Bindings

for i in xrange(self.length):
  if self.mask[i]:
  
    str = str+"*" 
  else:
  
    str = str+" " 
  
str = str+"""
""" 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None