Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.993 | stmt_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 1434 | Bio/Blast/NCBIStandalone.py |
2 | 7 | 1478 | 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__) |
| ||||
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__) |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#71a65ea0]] | Blast |
1 | 2 | [[#71a65ea0]] | PSIBlast |