Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 4 | 0.974 | stmt_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 355 | Bio/Prosite/__init__.py |
2 | 6 | 324 | Bio/SwissProt/SProt.py |
| ||||
def _scan_de(self,uhandle,consumer): self._scan_line("DE",uhandle,consumer.description,exactly_one = 1) def _scan_pa(self,uhandle,consumer): self._scan_line("PA",uhandle,consumer.pattern,any_number = 1) |
| ||||
def _scan_de(self,uhandle,consumer): # IPI can be missing a DE line self._scan_line("DE",uhandle,consumer.description,any_number = 1) def _scan_gn(self,uhandle,consumer): self._scan_line("GN",uhandle,consumer.gene_name,any_number = 1) |
| |||
def _scan_de(self,uhandle,consumer): # IPI can be missing a DE line self._scan_line("DE",uhandle,consumer.description, [[#variable5ea2abe0]]= 1) def [[#variable5ea2abc0]](self,uhandle,consumer): self._scan_line( [[#variable5d6deea0]],uhandle,consumer. [[#variable2dc4ba40]],any_number = 1) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5ea2abe0]] | any_number |
1 | 2 | [[#5ea2abe0]] | exactly_one |
2 | 1 | [[#5ea2abc0]] | _scan_gn |
2 | 2 | [[#5ea2abc0]] | _scan_pa |
3 | 1 | [[#5d6deea0]] | "GN" |
3 | 2 | [[#5d6deea0]] | "PA" |
4 | 1 | [[#2dc4ba40]] | gene_name |
4 | 2 | [[#2dc4ba40]] | pattern |