CloneSet289


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9210.994stmt_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19161
Bio/UniGene/__init__.py
29190
Bio/UniGene/__init__.py
Clone Instance
1
Line Count
9
Source Line
161
Source File
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 


Clone Instance
2
Line Count
9
Source Line
190
Source File
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 


Clone AbstractionParameter Count: 1Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#78b46ae0]]
"; " 
12[[#78b46ae0]]
" "