CloneSet364


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.993stmt_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
171434
Bio/Blast/NCBIStandalone.py
271478
Bio/Blast/NCBIStandalone.py
Clone Instance
1
Line Count
7
Source Line
1434
Source File
Bio/Blast/NCBIStandalone.py

    def start_header(self): 
         self.data = Record.Blast( ) 
         _HeaderConsumer.start_header(self) 

    def end_header(self): 
         _HeaderConsumer.end_header(self) 
         self.data.__dict__.update(self._header.__dict__) 


Clone Instance
2
Line Count
7
Source Line
1478
Source File
Bio/Blast/NCBIStandalone.py

    def start_header(self): 
         self.data = Record.PSIBlast( ) 
         _HeaderConsumer.start_header(self) 

    def end_header(self): 
         _HeaderConsumer.end_header(self) 
         self.data.__dict__.update(self._header.__dict__) 


Clone AbstractionParameter Count: 1Parameter Bindings

def start_header(self):
  self.data = Record. [[#variable71a65ea0]]( ) 
  _HeaderConsumer.start_header(self) 

def end_header(self):
  _HeaderConsumer.end_header(self) 
  self.data.__dict__.update(self._header.__dict__) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#71a65ea0]]
Blast 
12[[#71a65ea0]]
PSIBlast