Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 3 | 0.959 | stmt_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 386 | Bio/SeqIO/InsdcIO.py |
2 | 6 | 409 | Bio/SeqIO/InsdcIO.py |
| ||||
try : #List of strings keywords = "; ".join(record.annotations["keywords"]) except KeyError: keywords = "." self._write_multi_line("KEYWORDS",keywords) |
| ||||
try : #List of strings taxonomy = "; ".join(record.annotations["taxonomy"]) except KeyError: taxonomy = "." self._write_multi_line("",taxonomy) |
| |||
try : #List of strings [[#variable77b75160]]= "; ".join(record.annotations[ [[#variable77b750a0]]]) except KeyError: [[#variable77b75160]]= "." self._write_multi_line( [[#variable77b75100]], [[#variable77b75160]]) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#77b75160]] | taxonomy |
1 | 2 | [[#77b75160]] | keywords |
2 | 1 | [[#77b750a0]] | "taxonomy" |
2 | 2 | [[#77b750a0]] | "keywords" |
3 | 1 | [[#77b75100]] | "" |
3 | 2 | [[#77b75100]] | "KEYWORDS" |