CloneSet318


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8260.958compound_stmt
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1835
Bio/SCOP/Des.py
28188
Bio/SCOP/Raf.py
Clone Instance
1
Line Count
8
Source Line
35
Source File
Bio/SCOP/Des.py

    def __init__(self,line = None):
                                  
        self.sunid = "" 
        self.nodetype = "" 
        self.sccs = "" 
        self.name = "" 
        self.description = "" 
        if line: 
             self._process(line) 
        


Clone Instance
2
Line Count
8
Source Line
188
Source File
Bio/SCOP/Raf.py

    def __init__(self,line = None):
                                  
        self.pdbid = "" 
        self.pdb_datestamp = "" 
        self.version = "" 
        self.flags = "" 
        self.res = [ ] 
        if line: 
             self._process(line) 
        


Clone AbstractionParameter Count: 6Parameter Bindings

def __init__(self,line = None):
  self. [[#variable2e0af960]]= "" 
  self. [[#variable2e0af8e0]]= "" 
  self. [[#variable2e0af860]]= "" 
  self. [[#variable2e0af7e0]]= "" 
  self. [[#variable2e0af760]]= [[#variable2e0af6c0]]
  if line:
  
    self._process(line) 
  
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2e0af960]]
pdbid 
12[[#2e0af960]]
sunid 
21[[#2e0af8e0]]
pdb_datestamp 
22[[#2e0af8e0]]
nodetype 
31[[#2e0af860]]
version 
32[[#2e0af860]]
sccs 
41[[#2e0af7e0]]
flags 
42[[#2e0af7e0]]
name 
51[[#2e0af760]]
res 
52[[#2e0af760]]
description 
61[[#2e0af6c0]]
[ ] 
62[[#2e0af6c0]]
""