Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 1 | 0.992 | stmt_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 627 | Bio/Blast/NCBIXML.py |
2 | 5 | 647 | Bio/Blast/NCBIXML.py |
3 | 5 | 660 | Bio/Blast/NCBIXML.py |
| ||||
expat_parser.Parse(text,False) while blast_parser._records: record = blast_parser._records[0] blast_parser._records = blast_parser._records[1: ] yield record |
| ||||
expat_parser.Parse(text,False) while blast_parser._records: record = blast_parser._records[0] blast_parser._records = blast_parser._records[1: ] yield record |
| ||||
expat_parser.Parse(text,True) # End of XML record while blast_parser._records: record = blast_parser._records[0] blast_parser._records = blast_parser._records[1: ] yield record #Now we are going to re-loop, reset the #parsers and start reading the next XML file |
| |||
expat_parser.Parse(text, [[#variable5d712f20]]) # End of XML record while blast_parser._records: record = blast_parser._records[0] blast_parser._records = blast_parser._records[1: ] yield record #Now we are going to re-loop, reset the #parsers and start reading the next XML file |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5d712f20]] | False |
1 | 2 | [[#5d712f20]] | True |
1 | 3 | [[#5d712f20]] | False |