CloneSet179


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6260.976compound_stmt
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16176
Bio/Compass/__init__.py
26183
Bio/Compass/__init__.py
Clone Instance
1
Line Count
6
Source Line
176
Source File
Bio/Compass/__init__.py

    def lengths(self,line): 
         m = self.__class__._re_lengths.search(line) 
         self.data.query_length = int(m.group(1)) 
         self.data.query_filtered_length = float(m.group(2)) 
         self.data.hit_length = int(m.group(3)) 
         self.data.hit_filtered_length = float(m.group(4)) 


Clone Instance
2
Line Count
6
Source Line
183
Source File
Bio/Compass/__init__.py

    def profilewidth(self,line): 
         m = self.__class__._re_profilewidth.search(line) 
         self.data.query_nseqs = int(m.group(1)) 
         self.data.query_neffseqs = float(m.group(2)) 
         self.data.hit_nseqs = int(m.group(3)) 
         self.data.hit_neffseqs = float(m.group(4)) 


Clone AbstractionParameter Count: 6Parameter Bindings

def [[#variable6af57240]](self,line):
  m = self.__class__. [[#variable6af56140]].search(line) 
  self.data. [[#variable61d09820]]= int(m.group(1)) 
  self.data. [[#variable6af572c0]]= float(m.group(2)) 
  self.data. [[#variable6af571a0]]= int(m.group(3)) 
  self.data. [[#variable6af570a0]]= float(m.group(4)) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6af57240]]
profilewidth 
12[[#6af57240]]
lengths 
21[[#6af56140]]
_re_profilewidth 
22[[#6af56140]]
_re_lengths 
31[[#61d09820]]
query_nseqs 
32[[#61d09820]]
query_length 
41[[#6af572c0]]
query_neffseqs 
42[[#6af572c0]]
query_filtered_length 
51[[#6af571a0]]
hit_nseqs 
52[[#6af571a0]]
hit_length 
61[[#6af570a0]]
hit_neffseqs 
62[[#6af570a0]]
hit_filtered_length