CloneSet315


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.994compound_stmt
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17229
Bio/Crystal/__init__.py
27237
Bio/Crystal/__init__.py
Clone Instance
1
Line Count
7
Source Line
229
Source File
Bio/Crystal/__init__.py

    def __repr__(self): 
         output = "" 
         keys = self.data.keys( ) 
         keys.sort( ) 
         for key in keys: 
              output = output+"""%s : %s
"""                           %(key,self.data[key]) 
         return output 


Clone Instance
2
Line Count
7
Source Line
237
Source File
Bio/Crystal/__init__.py

    def __str__(self): 
         output = "" 
         keys = self.data.keys( ) 
         keys.sort( ) 
         for key in keys: 
              output = output+"""%s : %s
"""                           %(key,self.data[key]) 
         return output 


Clone AbstractionParameter Count: 1Parameter Bindings

def [[#variable2e09c340]](self):
  output = "" 
  keys = self.data.keys( ) 
  keys.sort( ) 
  for key in keys:
  
    output = output+"""%s : %s
"""                 %(key,self.data[key]) 
  return output 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2e09c340]]
__str__ 
12[[#2e09c340]]
__repr__