CloneSet189


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000compound_stmt
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17105
Bio/KEGG/Compound/__init__.py
27163
Bio/KEGG/Enzyme/__init__.py
Clone Instance
1
Line Count
7
Source Line
105
Source File
Bio/KEGG/Compound/__init__.py

    def _structures(self): 
         s = [ ] 
         for entry in self.structures: 
              s.append(entry[0]+": "+"  ".join(entry[1])+"  ") 
         return _write_kegg("STRUCTURES",[_wrap_kegg(l,wrap_rule = struct_wrap(5))
                                          for l in s]) 


Clone Instance
2
Line Count
7
Source Line
163
Source File
Bio/KEGG/Enzyme/__init__.py

    def _structures(self): 
         s = [ ] 
         for entry in self.structures: 
              s.append(entry[0]+": "+"  ".join(entry[1])+"  ") 
         return _write_kegg("STRUCTURES",[_wrap_kegg(l,wrap_rule = struct_wrap(5))
                                          for l in s]) 


Clone AbstractionParameter Count: 0Parameter Bindings

def _structures(self):
  s = [ ] 
  for entry in self.structures:
  
    s.append(entry[0]+": "+"  ".join(entry[1])+"  ") 
  return _write_kegg("STRUCTURES",[_wrap_kegg(l,wrap_rule = struct_wrap(5)) for l in s]) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None