Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 6 | 0.961 | stmt_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 331 | Bio/SwissProt/SProt.py |
2 | 7 | 338 | Bio/SwissProt/SProt.py |
3 | 7 | 372 | Bio/SwissProt/SProt.py |
| ||||
def _scan_os(self,uhandle,consumer): self._scan_line("OS",uhandle,consumer.organism_species,one_or_more = 1) def _scan_og(self,uhandle,consumer): self._scan_line("OG",uhandle,consumer.organelle,any_number = 1) |
| ||||
def _scan_oc(self,uhandle,consumer): self._scan_line("OC",uhandle,consumer.organism_classification,one_or_more = 1) def _scan_ox(self,uhandle,consumer): self._scan_line("OX",uhandle,consumer.taxonomy_id,any_number = 1) |
| ||||
def _scan_rp(self,uhandle,consumer): self._scan_line("RP",uhandle,consumer.reference_position,one_or_more = 1) def _scan_rc(self,uhandle,consumer): self._scan_line("RC",uhandle,consumer.reference_comment,any_number = 1) |
| |||
def [[#variable19fafe20]](self,uhandle,consumer): self._scan_line( [[#variable19fafd20]],uhandle,consumer. [[#variable19faf920]],one_or_more = 1) def [[#variable19fafce0]](self,uhandle,consumer): self._scan_line( [[#variable19fae5a0]],uhandle,consumer. [[#variable19fae580]],any_number = 1) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#19fafe20]] | _scan_os |
1 | 2 | [[#19fafe20]] | _scan_oc |
1 | 3 | [[#19fafe20]] | _scan_rp |
2 | 1 | [[#19fafd20]] | "OS" |
2 | 2 | [[#19fafd20]] | "OC" |
2 | 3 | [[#19fafd20]] | "RP" |
3 | 1 | [[#19faf920]] | organism_species |
3 | 2 | [[#19faf920]] | organism_classification |
3 | 3 | [[#19faf920]] | reference_position |
4 | 1 | [[#19fafce0]] | _scan_og |
4 | 2 | [[#19fafce0]] | _scan_ox |
4 | 3 | [[#19fafce0]] | _scan_rc |
5 | 1 | [[#19fae5a0]] | "OG" |
5 | 2 | [[#19fae5a0]] | "OX" |
5 | 3 | [[#19fae5a0]] | "RC" |
6 | 1 | [[#19fae580]] | organelle |
6 | 2 | [[#19fae580]] | taxonomy_id |
6 | 3 | [[#19fae580]] | reference_comment |