| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 1 | 0.987 | block |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 586 | Bio/MarkovModel.py |
| 2 | 6 | 805 | Bio/pairwise2.py |
| ||||
import sys
this_module = sys.modules[__name__]
for name in cMarkovModel.__dict__.keys( ):
if not name.startswith("__"):
this_module.__dict__[name] = cMarkovModel.__dict__[name]
|
| ||||
import sys
this_module = sys.modules[__name__]
for name in cpairwise2.__dict__.keys( ):
if not name.startswith("__"):
this_module.__dict__[name] = cpairwise2.__dict__[name]
|
| |||
import sys
this_module = sys.modules[__name__]
for name in [[#variable78a4c340]].__dict__.keys( ):
if not name.startswith("__"):
this_module.__dict__[name] = [[#variable78a4c340]].__dict__[name]
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#78a4c340]] | cpairwise2 |
| 1 | 2 | [[#78a4c340]] | cMarkovModel |