| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 9 | 2 | 1 | 0.994 | stmt_list[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 9 | 161 | Bio/UniGene/__init__.py |
| 2 | 9 | 190 | Bio/UniGene/__init__.py |
| ||||
def _init_from_text(self,text):
parts = text.split("; ");
for part in parts:
key,val = part.split("=")
setattr(self,key.lower( ),val)
def __repr__(self):
return self.text
|
| ||||
def _init_from_text(self,text):
parts = text.split(" ");
for part in parts:
key,val = part.split("=")
setattr(self,key.lower( ),val)
def __repr__(self):
return self.text
|
| |||
def _init_from_text(self,text):
parts = text.split( [[#variable78b46ae0]]);
for part in parts:
key,val = part.split("=")
setattr(self,key.lower( ),val)
def __repr__(self):
return self.text
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#78b46ae0]] | "; " |
| 1 | 2 | [[#78b46ae0]] | " " |