Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 6 | 0.958 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 35 | Bio/SCOP/Des.py |
2 | 8 | 188 | Bio/SCOP/Raf.py |
| ||||
def __init__(self,line = None): self.sunid = "" self.nodetype = "" self.sccs = "" self.name = "" self.description = "" if line: self._process(line) |
| ||||
def __init__(self,line = None): self.pdbid = "" self.pdb_datestamp = "" self.version = "" self.flags = "" self.res = [ ] if line: self._process(line) |
| |||
def __init__(self,line = None): self. [[#variable2e0af960]]= "" self. [[#variable2e0af8e0]]= "" self. [[#variable2e0af860]]= "" self. [[#variable2e0af7e0]]= "" self. [[#variable2e0af760]]= [[#variable2e0af6c0]] if line: self._process(line) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2e0af960]] | pdbid |
1 | 2 | [[#2e0af960]] | sunid |
2 | 1 | [[#2e0af8e0]] | pdb_datestamp |
2 | 2 | [[#2e0af8e0]] | nodetype |
3 | 1 | [[#2e0af860]] | version |
3 | 2 | [[#2e0af860]] | sccs |
4 | 1 | [[#2e0af7e0]] | flags |
4 | 2 | [[#2e0af7e0]] | name |
5 | 1 | [[#2e0af760]] | res |
5 | 2 | [[#2e0af760]] | description |
6 | 1 | [[#2e0af6c0]] | [ ] |
6 | 2 | [[#2e0af6c0]] | "" |