CloneSet116


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

    def _pathway(self): 
         s = [ ] 
         for entry in self.pathway: 
              s.append(entry[0]+": "+entry[1]+"  "+entry[2]) 
         return _write_kegg("PATHWAY",[_wrap_kegg(l,wrap_rule = id_wrap(16))
                                       for l in s]) 


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

    def _pathway(self): 
         s = [ ] 
         for entry in self.pathway: 
              s.append(entry[0]+": "+entry[1]+"  "+entry[2]) 
         return _write_kegg("PATHWAY",[_wrap_kegg(l,wrap_rule = id_wrap(16))
                                       for l in s]) 


Clone Instance
3
Line Count
7
Source Line
156
Source File
Bio/KEGG/Enzyme/__init__.py

    def _disease(self): 
         s = [ ] 
         for entry in self.disease: 
              s.append(entry[0]+": "+entry[1]+"  "+entry[2]) 
         return _write_kegg("DISEASE",[_wrap_kegg(l,wrap_rule = id_wrap(13))
                                       for l in s]) 


Clone AbstractionParameter Count: 4Parameter Bindings

def [[#variable76c559e0]](self):
  s = [ ] 
  for entry in self. [[#variable76c55960]]:
  
    s.append(entry[0]+": "+entry[1]+"  "+entry[2]) 
  return _write_kegg( [[#variable76c558c0]],[_wrap_kegg(l,wrap_rule = id_wrap( [[#variable76c55840]])) for l in s]) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#76c559e0]]
_pathway 
12[[#76c559e0]]
_disease 
13[[#76c559e0]]
_pathway 
21[[#76c55960]]
pathway 
22[[#76c55960]]
disease 
23[[#76c55960]]
pathway 
31[[#76c558c0]]
"PATHWAY" 
32[[#76c558c0]]
"DISEASE" 
33[[#76c558c0]]
"PATHWAY" 
41[[#76c55840]]
16 
42[[#76c55840]]
13 
43[[#76c55840]]
16