Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.982 | stmt_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 143 | Bio/AlignIO/FastaIO.py |
2 | 6 | 170 | Bio/AlignIO/FastaIO.py |
| ||||
assert self._query_descr.startswith(line[1: ].split(None,1)[0]) #Handle the following "query alignment" tagged data line = handle.readline( ) line = self._parse_tag_section(line,query_annotation) assert not line[0:2]=="; " |
| ||||
assert match_descr.startswith(line[1: ].split(None,1)[0]) #Tagged data, line = handle.readline( ) line = self._parse_tag_section(line,match_annotation) assert not line[0:2]=="; " |
| |||
assert [[#variable1740b6c0]].startswith(line[1: ].split(None,1)[0]) #Handle the following "query alignment" tagged data #Tagged data, line = handle.readline( ) line = self._parse_tag_section(line, [[#variable1740afe0]]) assert not line[0:2]=="; " |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1740b6c0]] | self._query_descr |
1 | 2 | [[#1740b6c0]] | match_descr |
2 | 1 | [[#1740afe0]] | query_annotation |
2 | 2 | [[#1740afe0]] | match_annotation |