CloneSet196


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

    def _dblinks(self): 
         s = [ ] 
         for entry in self.dblinks: 
              s.append(entry[0]+": "+" ".join(entry[1])) 
         return _write_kegg("DBLINKS",[_wrap_kegg(l,wrap_rule = id_wrap(9))
                                       for l in s]) 


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

    def _genes(self): 
         s = [ ] 
         for entry in self.genes: 
              s.append(entry[0]+": "+" ".join(entry[1])) 
         return _write_kegg("GENES",[_wrap_kegg(l,wrap_rule = id_wrap(5))
                                     for l in s]) 


Clone AbstractionParameter Count: 4Parameter Bindings

def [[#variable2ed21080]](self):
  s = [ ] 
  for entry in self. [[#variable19d8e700]]:
  
    s.append(entry[0]+": "+" ".join(entry[1])) 
  return _write_kegg( [[#variable2d91ed40]],[_wrap_kegg(l,wrap_rule = id_wrap( [[#variable2ed21120]])) for l in s]) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2ed21080]]
_dblinks 
12[[#2ed21080]]
_genes 
21[[#19d8e700]]
dblinks 
22[[#19d8e700]]
genes 
31[[#2d91ed40]]
"DBLINKS" 
32[[#2d91ed40]]
"GENES" 
41[[#2ed21120]]
9 
42[[#2ed21120]]
5