| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 7 | 2 | 0 | 1.000 | compound_stmt |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 7 | 105 | Bio/KEGG/Compound/__init__.py |
| 2 | 7 | 163 | 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])
|
| ||||
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])
|
| |||
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 Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||